Sphereとともに

scalaとかplayframeworkとか。技術ブログにしたいなと。環境は Windows7x64, mac です。たまに声優さん情報が混ざります。最近ちょっとClojure触りました。

2014-03-27から1日間の記事一覧

Scala Akka 適当訳

http://doc.akka.io/api/akka/2.0/akka/actor/Actor.html Actor base trait that should be extended by or mixed to create an Actor with the semantics of the 'Actor Model': http://en.wikipedia.org/wiki/Actor_model ActorのベースtraitはActor Model…

Scala Akka 適当訳

http://doc.akka.io/api/akka/2.0/akka/actor/ActorSystem$.html def apply (name: String): ActorSystem Creates a new ActorSystem with the specified name, obtains the current ClassLoader by first inspecting the current threads' getContextClassL…

Scala Akka メモ

http://doc.akka.io/api/akka/2.0/akka/actor/ActorSystem.html An actor system is a hierarchical group of actors which share common configuration, e.g. dispatchers, deployments, remote capabilities and addresses. It is also the entry point fo…