mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
committed by
Toby Lawrence
parent
7dc6404726
commit
82c5baa09b
@@ -14,7 +14,7 @@ use std::thread;
|
||||
/// Manages the state around entering a blocking section and tasks that are
|
||||
/// queued pending the ability to block.
|
||||
///
|
||||
/// This is a hybrid counter and instrusive mpsc channel (like `Queue`).
|
||||
/// This is a hybrid counter and intrusive mpsc channel (like `Queue`).
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct Blocking {
|
||||
/// Queue head.
|
||||
|
||||
Reference in New Issue
Block a user