Module channel

Source
Expand description

Channels for receiving a SurrealQL database export

Structs§

Receiver
The receiving side of a channel.
Sender
The sending side of a channel.

Functions§

bounded
Creates a bounded channel.
unbounded
Creates an unbounded channel.