Hacker News new | ask | show | jobs
by emergentcypher 3782 days ago
Scala runs on JVM and uses OS-level threads.

However, Actors are not threads, so in a way it's like user threads. One million actors will be scheduled to run on a pool of OS threads.