Evaluates task in a new fiber, and returns a promise which is fulfilled when task exits. task may use await to block on other promises.
See Implementation
Evaluates task in a new fiber, and returns a promise which is fulfilled when task exits. task may use await to block on other promises.