mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Defer from calling process::thread_exited() in scheduler::prune() if the thread in question is the currently-executing thread, so that we don't blow away the stack we're executing on. The next call to prune will pick up the exited thread.