Expand description
A future to spin once to give up a timeslice
Structs§
- Spin
Future - 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