Type Definition rdkafka::util::DefaultRuntime[][src]

type DefaultRuntime = TokioRuntime;

The default AsyncRuntime used when one is not explicitly specified.

This is defined to be the TokioRuntime when the tokio feature is enabled, and the NaiveRuntime otherwise.