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

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.
parent 1a0ced03
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment