Skip to content
Snippets Groups Projects
Commit c92d529a authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Ensure that the current fiber is recycled in discardAndResume()

The current Fiber is now always stored in the context, not just on
debug builds. This also means that we can remove the currentFiber
thread local variable, as using only a thread local storage would
yield wrong results in case a blocked context is resumed on another
worker thread.
parent 6f0509b6
Branches
Tags
No related merge requests found
Pipeline #54168 passed