commit
e74af83681
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub(crate) unsafe fn from_task(p: NonNull<TaskHeader>) -> Waker {
|
||||||
|
|
||||||
/// Get a task pointer from a waker.
|
/// Get a task pointer from a waker.
|
||||||
///
|
///
|
||||||
/// This can used as an optimization in wait queues to store task pointers
|
/// This can be used as an optimization in wait queues to store task pointers
|
||||||
/// (1 word) instead of full Wakers (2 words). This saves a bit of RAM and helps
|
/// (1 word) instead of full Wakers (2 words). This saves a bit of RAM and helps
|
||||||
/// avoid dynamic dispatch.
|
/// avoid dynamic dispatch.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue