Structs§
- Context
- The context of an asynchronous task.
- RawWaker
- A
RawWakerallows the implementor of a task executor to create aWakeror aLocalWakerwhich provides customized wakeup behavior. - RawWakerV
Table - A virtual function pointer table (vtable) that specifies the behavior
of a
RawWaker. - Waker
- A
Wakeris a handle for waking up a task by notifying its executor that it is ready to be run. - Context
Builder Experimental - A Builder used to construct a
Contextinstance with support forLocalWaker. - Local
Waker Experimental - A
LocalWakeris analogous to aWaker, but it does not implementSendorSync.
Enums§
- ExtData 🔒