|
📨 chic 0.0.0
Realtime-safe channels in C
|
| include | |
| claim.h | Exclusive claims for directly reading/writing into channels |
| mpmc.h | Multiple-producer, multiple-consumer channel |
| mpsc.h | Multiple-producer, single-consumer channel |
| pin.h | Functions for pinning & unpinning memory regions |
| spmc.h | Single-producer, multiple-consumer channel |
| spsc.h | Single-producer, single-consumer channel |
| wait.h | Target-dependent wait hints |