Struct rdkafka::util::NaiveRuntime
source · [−]pub struct NaiveRuntime;
This is supported on crate feature
naive-runtime
only.Expand description
An AsyncRuntime
implementation backed by the executor in the
futures_executor
crate.
This runtime should not be used when performance is a concern, as it makes heavy use of threads to compensate for the lack of a timer in the futures executor.
Trait Implementations
Spawns an asynchronous task. Read more