vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
createChannel
vibe
core
channel
Creates a new channel suitable for cross-task and cross-thread communication.
Channel
!(
T
,
buffer_size
)
createChannel
(
T
size_t
buffer_size
= 100
)
(
ChannelConfig
config
=
ChannelConfig.init
)
Meta
Source
See Implementation
vibe
core
channel
enums
ChannelPriority
functions
createChannel
structs
Channel
ChannelConfig
Creates a new channel suitable for cross-task and cross-thread communication.