Ensure that the current fiber is recycled in discardAndResume()
We also put the currentFiber no longer into a thread local storage, but into the currentContext. Using only a thread local storage would yield wrong results in case a blocked context is resumed on another worker thread.
Loading
Please register or sign in to comment