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