pub type ArcReactor = Arc<Reactor>;
A thread-safe reference-counting pointer of type Reactor
Reactor
pub struct ArcReactor { /* private fields */ }