Akka (2) — Actor: life cycle & create an actor & send message & stop actors & kill an actor
Akka is a messaging system based on actor module(message should be immutable, this is to avoid the shared mutable state trap). So this post, we focus on talking about Actor…