Hacker News new | ask | show | jobs
by pathsjs 3971 days ago
Akka actors are multiplexed on real JVM threads. So they implement a cooperative model of threading (i.e. you'd better not block for long inside the body of an actor)