Versions in this module Expand all Collapse all v0 v0.0.1 Oct 23, 2024 Changes in this version + type Job struct + Payload interface{} + Type string + type Scheduler struct + func NewScheduler(wp *WorkerPool) *Scheduler + func (s *Scheduler) Start() + func (s *Scheduler) Stop() + type WorkerPool struct + JobQueue chan Job + NumWorkers int + func NewWorkerPool(db *db.Database, numWorkers int) *WorkerPool + func (wp *WorkerPool) Start() + func (wp *WorkerPool) Stop()