Module spin

Source
Expand description

A future to spin once to give up a timeslice

Structs§

SpinFuture
A future that can be polled once before it becomes ready; useful to cooperatively give up a timeslice to the runtime/other pending futures

Functions§

spin_once
A function that can be awaited once before it returns; useful to cooperatively give up a timeslice to the runtime/other pending futures