Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Scala 2.11.0 开始,不推荐使用 Scala Actors 库。在 Scala 2.10.0 中,默认的 actor 库是 Akka。
标准scala库Akka中有吗?还是需要自己去拿?
它不包含在 scala 标准库中,您应该自己提供依赖项。如果您使用的是 sbt,则将以下内容添加到您的构建中:
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.2.1"