GPars implements much of the agent functionality found in Clojure.
GPars实现Clojure中的很多agent功能。
Actors in GPars are lightweight processes that consume messages from a mailbox.
GPars中的Actors是从邮箱中使用消息的轻量级进程。
GPars implements the actor model using many of the concepts from Erlang and Scala.
GPars使用来自Erlang和Scala的许多概念实现actor模型。
应用推荐