Hacker News new | ask | show | jobs
by emergentcypher 3771 days ago
Scala runs on JVM and uses the same OS-level threads. What's going on here is the actors are being scheduled to run on a thread pool.