[−][src]Module futures_core::task
Task notification.
Structs
RawWaker | Experimental A |
RawWakerVTable | Experimental A virtual function pointer table (vtable) that specifies the behavior
of a |
SpawnError | An error that occurred during spawning. |
Waker | Experimental A |
Enums
Poll | Experimental Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead. |
Traits
LocalSpawn | The |
Spawn | The |