Type Definition krator::state::SharedState[][src]

type SharedState<T> = Arc<RwLock<T>>;

Convenience redefinition of Arc<RwLock>