#1 pond
Minimalistic and High-performance goroutine worker pool written in Go.
Package worker accepts Jobs and places them in a queue to be executed N at a time.
Health score 56/100, confidence 95/100.
| Latest version | v0.0.0-20201031123144-33e939c19474 |
| Imported by | 19 packages |
| Stars | 14 |
| Forks | 0 |
| Last activity | 5 years ago |
| Latest release | Unknown |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Event | Type | type Event int |
| JobAdded | Constant | const JobAdded |
| JobFinished | Constant | const JobFinished |
| JobStarted | Constant | const JobStarted |
| ExitCode | Type | type ExitCode int |
| ExitNormally | Constant | const ExitNormally |
| ExitWhenDone | Constant | const ExitWhenDone |
| Job | Type | type Job interface{ ... } |
| Job.Run | Method | Run func() |
| JobStatus | Type | type JobStatus int |
| Errored | Constant | const Errored |
| Finished | Constant | const Finished |
Minimalistic and High-performance goroutine worker pool written in Go.
Package asynq provides a framework for Redis based distrubted task queue.
Package queue provides multiple thread-safe generic queue implementations.
Package gocelery is Celery Distributed Task Queue in Go Celery distributed tasks are used heavily in many python web applications and this library allows you to implement celery workers in Go as well as being able to submit celery tasks in Go.
Package deheap provides a doubly-ended heap (min-max heap).
Minimalistic and High-performance goroutine worker pool written in Go.
Package asynq provides a framework for Redis based distrubted task queue.
Package queue provides multiple thread-safe generic queue implementations.
Package gocelery is Celery Distributed Task Queue in Go Celery distributed tasks are used heavily in many python web applications and this library allows you to implement celery workers in Go as well as being able to submit celery tasks in Go.
Package deheap provides a doubly-ended heap (min-max heap).