https://github.com/adamtyn/at-queue
基于Golang本地内存实现的延迟队列
https://github.com/adamtyn/at-queue
golang golang-package queue
Last synced: over 1 year ago
JSON representation
基于Golang本地内存实现的延迟队列
- Host: GitHub
- URL: https://github.com/adamtyn/at-queue
- Owner: AdamTyn
- License: mit
- Created: 2022-10-21T01:44:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T01:37:37.000Z (over 3 years ago)
- Last Synced: 2025-01-31T13:43:43.802Z (over 1 year ago)
- Topics: golang, golang-package, queue
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## at-queue
```text
- version v1
- latest_modify 2022.10.24
- description 基于Golang本地内存实现的延迟队列
```
### todo
- [ ] 优化队列任务执行后 *error* 的处理