This commit is contained in:
Dániel Buga 2024-12-16 19:00:01 +01:00
parent 71812d0c9b
commit a8617429e4
No known key found for this signature in database

View File

@ -46,6 +46,9 @@
//!
//! Then, you'll need to adapt the `schedule_wake` method to use this queue.
//!
//! Note that if you are using multiple queues, you will need to ensure that a single timer
//! queue item is only ever enqueued into a single queue at a time.
//!
//! ```ignore
//! use core::cell::RefCell;
//! use core::task::Waker;