Struct rdkafka::util::TokioRuntime
source · [−]pub struct TokioRuntime;
This is supported on crate feature
tokio
only.Expand description
An AsyncRuntime
implementation backed by Tokio.
This runtime is used by default throughout the crate, unless the tokio
feature is disabled.
Trait Implementations
Spawns an asynchronous task. Read more