Type Definition minus::PagerMutex[][src]

type PagerMutex = Arc<Mutex<Pager>>;
This is supported on crate features tokio_lib or async_std_lib only.
Expand description

A convinience tyoe for std::sync::Arc<async_mutex::Mutex<Pager>>