Crate ckb_channel[][src]

Reexports crossbeam_channel to uniform the dependency version.

Macros

select

Selects from a set of channel operations.

Structs

Receiver

The receiving side of a channel.

RecvError

An error returned from the recv method.

Sender

The sending side of a channel.

Enums

RecvTimeoutError

An error returned from the recv_timeout method.

Functions

bounded

Creates a channel of bounded capacity.

unbounded

Creates a channel of unbounded capacity.