mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 22:54:52 +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.
|
//! 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
|
//! ```ignore
|
||||||
//! use core::cell::RefCell;
|
//! use core::cell::RefCell;
|
||||||
//! use core::task::Waker;
|
//! use core::task::Waker;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user