Fibers in Jolt: green threads that fit core.async
1 points by Yogthos
1 points by Yogthos
Do you have a reason to not migrate fibers across threads like Go does? I see that as an advantage of fibers, because you are not paying the cross thread wake up delay unless absolutely needed.
It doesn't look like Chez lets you do that, a continuation captured on one OS thread raises "attempt to return to stale foreign context" when you try to resume it on another. I haven't dug in to see if there's a way around that though.