|
|
|
|
|
by raiph
1977 days ago
|
|
It's a cooperative yield point so while the code containing the `await` blocks and waits, the underlying thread/core is released and "stolen" by the standard scheduler for other work, and then resumed when the processes it's waiting for complete or are cancelled. What problem is there beyond that? |
|