Releases: vladopajic/go-actor
Releases · vladopajic/go-actor
v0.5.1
Worker
can optionally implementOnStart(Context)
andOnStop()
methods which will have same effect as if those are provided viaOptOnStart
andOptOnStop
respectively
v0.5.0
OnStart
now receivesContext
as first argumentContext
is ended beforeOnStop
callback is invoked
v0.4.1
Old releases with version v1.x.x
were retracted. This library will follow v0.x.x
versioning going forward until it reaches stable interface.
v0.4.0
Actor
will endContext
onWorkerEnd
signal- Add
actor.Idle
- Add
Mailbox
implementation with native channels - Drop
StartAll
andStopAll
functions
v.0.3.1
Mailbox
use faster queue implementation