Crate simple_ipc
source ·Expand description
An implementation of a shared buffer for IPC that can be used for 1-byte messages. We still need to make the channel generic to use atomics upto AtomicU64
Structs
- Channel endpoint that only allows receiving messages.
- Channel endpoint that only allows sending messages.
Functions
- Creates a new channel and returns the endpoints