Table of contents
#
Namespaces#
Enumerations#
Classes#
Interfaces#
Type aliases#
ChannelƬ Channel<T>: [ChannelSender<T>, ChannelReceiver<T>]
#
Type parameters:Name |
---|
T |
Defined in: channels/channel_interfaces.ts:95
#
Functions#
biChannelâ–¸ biChannel<T>(): BiChannel<T>
Creates and returns two BufferedChannel in a cross configuration.
#
Type parameters:Name |
---|
T |
Returns: BiChannel<T>
Defined in: channels/buffered_channel.ts:20
#
channelâ–¸ channel<T>(): Channel<T>
Creates and returns a BufferedChannel for both the sender and receiver (they are the same underlying object in fact).
#
Type parameters:Name |
---|
T |
Returns: Channel<T>
Defined in: channels/buffered_channel.ts:14