mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
committed by
Lucio Franco
parent
86de4baacc
commit
0f11d56a3c
@@ -3,6 +3,12 @@
|
||||
|
||||
//! Asynchronous synchronization primitives.
|
||||
//!
|
||||
//! > **Note:** This crate is **deprecated in tokio 0.2.x** and has been moved into
|
||||
//! > [`tokio::sync`] behind the `sync` [feature flag].
|
||||
//!
|
||||
//! [`tokio::sync`]: https://docs.rs/tokio/latest/tokio/sync/index.html
|
||||
//! [feature flag]: https://docs.rs/tokio/latest/tokio/index.html#feature-flags
|
||||
//!
|
||||
//! This crate provides primitives for synchronizing asynchronous tasks.
|
||||
|
||||
extern crate fnv;
|
||||
|
||||
Reference in New Issue
Block a user