Open
Description
Feature Summary
Executing futures synchronously is a common operation for async runtimes.
Feature Description
Executing futures synchronously is a common operation for async runtimes.
Implement a synchronous spawn_blocking
function which takes a future as a parameter and executes the future synchronously in the current thread in a fashion appropriate for the current async runtime.
Use Case
No response
Alternatives
No response
Additional Context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Untriaged