wayvr/wlx-common/src/async_executor.rs

4 lines
77 B
Rust

use std::rc::Rc;
pub type AsyncExecutor = Rc<smol::LocalExecutor<'static>>;