Mborders Artifex Versions Save

Simple in-memory job queue for Golang using worker-based dispatching

v0.4.0

3 years ago
  • Added DispatchCron to allow for dispatching cron-based jobs

v0.3.1

3 years ago
  • Changed module path to mborders

v0.3

5 years ago
  • Improved cleanup for Stop(), which now shuts down all workers and tickers
  • Added more unit tests to cover various dispatch cases

v0.2

5 years ago
  • Added DispatchIn() to schedule jobs in the future
  • Added DispatchEvery() to schedule jobs on an interval
  • Added Stop() to stop dispatching and all workers

v0.1

5 years ago