2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00
golang基于redis的异步队列
Go to file
2019-11-19 07:38:09 -08:00
.gitignore Initial commit 2019-11-14 21:48:43 -08:00
asynq.go Extract manager to its own type 2019-11-19 06:52:26 -08:00
go.mod Initial commit 2019-11-14 21:48:43 -08:00
go.sum Initial commit 2019-11-14 21:48:43 -08:00
manager.go Gracefully shutdown all scheduled goroutines on (*Launcher).Stop 2019-11-19 07:38:09 -08:00
poller.go Gracefully shutdown all scheduled goroutines on (*Launcher).Stop 2019-11-19 07:38:09 -08:00