macro_rules! impl_singleton_arc_rwlock_tokio {
    ($ty:ty,$init:expr) => { ... };
}
Available on crate feature tokio only.