Expand description
Runs a future to completion on the fiber-based runtime. This is the async runtime’s entry point.
This runs the given future on the current fiber, blocking until it is complete, and yielding its resolved result.
Runs a future to completion on the fiber-based runtime. This is the async runtime’s entry point.
This runs the given future on the current fiber, blocking until it is complete, and yielding its resolved result.