pub type AcceptorPtr = Arc<Acceptor>;
Atomic pointer to Acceptor
struct AcceptorPtr { /* private fields */ }