Attributes
Members list
Value members
Concrete methods
Creates a buffered channel with the given capacity.
Creates a buffered channel with the given capacity.
Attributes
Creates a buffered channel with the default capacity (16).
Creates a buffered channel with the default capacity (16).
Attributes
Creates a rendezvous channel (without a buffer, senders & receivers must meet to exchange values).
Creates a rendezvous channel (without a buffer, senders & receivers must meet to exchange values).
Attributes
Creates an unlimited channel (which can buffer an arbitrary number of values).
Creates an unlimited channel (which can buffer an arbitrary number of values).
Attributes
Creates a channel with the given capacity; -1 creates an unlimited channel, 0 creates a rendezvous, positive values create a buffered channel.
Creates a channel with the given capacity; -1 creates an unlimited channel, 0 creates a rendezvous, positive values create a buffered channel.