Avatar
Kishikawa Katsumi 2/23/2021 9:39 AM
We don't want people using this as a means of jumping from synchronous code to async code. It blocks the thread that it's running on and spawns a new thread to run the async code. ...