mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
5 lines
87 B
Rust
5 lines
87 B
Rust
use smol::Executor;
|
|
use std::sync::Arc;
|
|
|
|
pub type ExecutorPtr<'a> = Arc<Executor<'a>>;
|