Skip to content

Releases: vladopajic/go-actor

v0.5.1

04 Jan 09:29
9eda2df
Compare
Choose a tag to compare
  • Worker can optionally implement OnStart(Context) and OnStop() methods which will have same effect as if those are provided via OptOnStart and OptOnStop respectively

v0.5.0

21 Dec 22:22
b3d1b00
Compare
Choose a tag to compare
  • OnStart now receives Context as first argument
  • Context is ended before OnStop callback is invoked

v0.4.1

13 Dec 16:51
b37f15c
Compare
Choose a tag to compare

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

13 Dec 15:23
1a70430
Compare
Choose a tag to compare
  • Actor will end Context on WorkerEnd signal
  • Add actor.Idle
  • Add Mailbox implementation with native channels
  • Drop StartAll and StopAll functions

v.0.3.1

13 Dec 15:26
1e394df
Compare
Choose a tag to compare
  • Mailbox use faster queue implementation