mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
Add note
This commit is contained in:
parent
71812d0c9b
commit
a8617429e4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user