pub type Default = Executor;
tokio
Uses the single thread executor by default.
pub struct Default(/* private fields */);