Creates a Fiber (coroutine) and puts it into 'fibers'. After that, it waits until the fiber has been processed. This is supposed to be called from worker threads that were started with async.
See Implementation
Creates a Fiber (coroutine) and puts it into 'fibers'. After that, it waits until the fiber has been processed. This is supposed to be called from worker threads that were started with async.