Skip to main content

Crate openraft_rt_tokio

Crate openraft_rt_tokio 

Source

Structsยง

TokioInstant
TokioMpsc
TokioMpscReceiver
Wrapper around tokio::sync::mpsc::Receiver to implement the MpscReceiver trait.
TokioMpscSender
Wrapper around tokio::sync::mpsc::Sender to implement the MpscSender trait.
TokioMpscWeakSender
Wrapper around tokio::sync::mpsc::WeakSender to implement the MpscWeakSender trait.
TokioMutex
Wrapper around tokio::sync::Mutex to implement the Mutex trait.
TokioOneshot
TokioOneshotSender
Wrapper around tokio::sync::oneshot::Sender to implement the OneshotSender trait.
TokioRuntime
Tokio is the default asynchronous executor.
TokioWatch
TokioWatchReceiver
Wrapper around tokio::sync::watch::Receiver to implement the WatchReceiver trait.
TokioWatchSender
Wrapper around tokio::sync::watch::Sender to implement the WatchSender trait.