types.rs 87 B

1234
  1. use smol::Executor;
  2. use std::sync::Arc;
  3. pub type ExecutorPtr<'a> = Arc<Executor<'a>>;