mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
co-authored by
Alice Ryhl
parent
970d4b754d
commit
17984a5e1a
@@ -347,7 +347,8 @@ use std::sync::Arc;
|
||||
///
|
||||
/// ```
|
||||
/// use tokio::sync::Semaphore;
|
||||
/// use std::{future::Future, sync::Arc};
|
||||
/// use std::future::Future;
|
||||
/// use std::sync::Arc;
|
||||
///
|
||||
/// /// A token that holds a countdown latch open until it is dropped.
|
||||
/// #[derive(Clone)]
|
||||
|
||||
Reference in New Issue
Block a user