Skip to content

Commit

Permalink
crates/sel4-async/time: Add note about Interval future
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 20, 2023
1 parent 9a46b9e commit 15c9dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sel4-async/time/src/timer_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use crate::SubKey;
// actually need the scalability of something like a timer wheel, `tokio`'s implementation would be
// a good place to start.

// TODO: Add feature like `tokio::time::Interval`

pub struct TimerQueue<T, U, V> {
pending: BTreeMap<Key<T, U>, V>,
}
Expand Down

0 comments on commit 15c9dcb

Please sign in to comment.