Types and Traits for working with asynchronous tasks.
RawWaker allows the implementor of a task executor to create a Waker or a LocalWaker which provides customized wakeup behavior.RawWaker.Waker is a handle for waking up a task by notifying its executor that it is ready to be run.Context instance with support for LocalWaker.LocalWaker is analogous to a Waker, but it does not implement Send or Sync.target_has_atomic=ptrWake but used to construct a LocalWaker.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/task/index.html