Hacker News new | ask | show | jobs
by schneems 2113 days ago
Fibers are still restricted by the GVL. Threads are also restricted by the GVL. The only "true" concurrency in MRI is to fork a process.