tokio
tokio
fs
io
unix
net
tcp
unix
pipe
process
runtime
signal
unix
stream
sync
broadcast
error
futures
mpsc
error
oneshot
error
watch
error
task
coop
futures
time
error
tokio
::
sync
::
broadcast
::
error
Module
error
Broadcast error types
Structs
SendError
Error returned by the
send
function on a
Sender
.
Enums
RecvError
An error returned from the
recv
function on a
Receiver
.
TryRecvError
An error returned from the
try_recv
function on a
Receiver
.