A fork of tokio that adds a runtime-controllable pause/resume primitive
on its clock. Drop-in replacement for tokio with a few extra methods on
the Builder and Runtime types.
/// Marker for types that are `Sync` but not `Send`
#[allow(dead_code)]pub(crate)structSyncNotSend(#[allow(dead_code)] *mut());unsafeimplSync forSyncNotSend{}cfg_rt!{pub(crate)structNotSendOrSync(#[allow(dead_code)] *mut());}