Skip to content

v.0.4.0

Latest
Compare
Choose a tag to compare
@zakgof zakgof released this 21 Jan 12:54
· 21 commits to master since this release

API refactoring and naming changes

Separated API and implementation classes (the latter moved to .impl package)

Removed ActorSystem class, introduced public interface IActorSystem instead. To create a new actor system, call Actr.newSystem instead of ActorSystem.create.

Renamed ActorRef to IActorRef for consistency.

Performance optimizations

Better actor creation time.