Module vibe.core.channel
Implements a thread-safe, typed producer-consumer queue.
Functions
Name | Description |
---|---|
createChannel()
|
Creates a new channel suitable for cross-task and cross-thread communication. |
Structs
Name | Description |
---|---|
Channel
|
Thread-safe typed data channel implementation. |