mirror of
https://github.com/janet-lang/janet
synced 2026-04-04 22:11:27 +00:00
If possible, this will reduce the need to marshal fibers in many cases. Also add this logic to the GC so holding a closure that originally came from a fiber that crashed does not cause that fiber to hang around forever.