Skip to content

Tideland Go Actor v0.3.0

Latest
Compare
Choose a tag to compare
@themue themue released this 09 Apr 15:30
· 4 commits to main since this release
0bb418b
  • Migrated to Go 1.19
  • Added Repeat() methods for running background Actions in intervals
  • Added context to individual Action calls
  • Removed Action calls with timeouts
  • Changed to common queue for synchronous and asynchonous Actions
  • Improved handling of timeouts and cancellations via contexts
  • Imporved external checking if Actor is still running