Skip to content

One true dispatch & Stateless concurrency

Compare
Choose a tag to compare
@ncthbrt ncthbrt released this 28 Oct 15:39
· 243 commits to master since this release
  • Dispatch has been removed from the context object. While handy, it was actually that much less verbose and meant that users need to learn two ways of dispatching messages. Fix for Issue #14
  • Stateless actors are now concurrent. This means they can process more than one message at a time. This allows a performance increase without a resultant increase in complexity. Enhancement #13