openmina_
core
0.16.0
Module channels
Module Items
Modules
Structs
In crate openmina_
core
openmina_core
Module
channels
Copy item path
Source
Modules
§
broadcast
mpsc
oneshot
A one-shot channel is used for sending a single message between asynchronous tasks. The
channel
function is used to create a
Sender
and
Receiver
handle pair that form the channel.
watch
Structs
§
Aborted
Aborter