Func
has been renamed to Bhv
since that is more to the point.
Bugfix in onmessage
actor mode dispatch
For upcoming compatibility with ActorInterfaces.Classic
the name of an actor primitive has been changed to send
and consequently API functions have been renamed to receive
, request
, call
, cast
, exec
, query
(all now without exclamation mark).
An actor mode has been introduced to allow other libraries to implement a different onmessage protocol following API calls like init!
, call
, cast
, exit!
. This will allow to build an actor infrastructure.
A registry has been added for actors to register and to be callable by name.
Func
is now much faster and documentation is much clearer.
2020-11-30, pb