-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
async_io::block_on acts like futures_lite::block_on but runs async-io tasks during downtime. This is pretty useful until you need to write your own block_on implementation and it's no longer composable.
It'd be pretty useful to allow periodically yielding to async-io tasks from synchronous code. This is usually exposed in the form of a yield_now function.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request