Skip to main content

Module runtime

Module runtime 

Source

Modulesยง

check_task ๐Ÿ”’

Structsยง

EqWaker ๐Ÿ”’
Wrapper around waker to compare its data/vtable fields by pointer equality. This suffices to identify the waker for one of our tasks, as we always use the same data/vtable pointer for a given task.
Runtime ๐Ÿ”’
RuntimeData ๐Ÿ”’

Traitsยง

DeferResult ๐Ÿ”’
A trait to process the items that can result from a Defer.