routine
Goroutine manager
A package that abstracts and simplifies the management of concurrent goroutines in Go programming
go routine control, abstraction of the Main and some useful Executors.如果你不会管理Goroutine的话,用它
61 stars
3 watching
7 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
concurrentcrontabgoroutinejob-schedulerrepeatretry
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A mechanism to manage goroutine lifecycles in Go programs | 1,563 |
| | Provides a set of goroutine context access interfaces to simplify the management of coroutine-specific information | 240 |
| | A collection of tools for managing goroutines and concurrency in Go programming language | 15 |
| | A package to limit concurrency in Goroutines | 71 |
| | A package that provides an efficient and flexible way to manage concurrent tasks or units of work in Go programs. | 727 |
| | A library that enables efficient stream multiplexing and reliable connection management for network communication | 1,335 |
| | A tool for managing multiple versions of Go and dependencies across different environments. | 33 |
| | A lightweight process manager helper library for Go that simplifies running and managing background processes. | 25 |
| | An abstraction layer for managing transactions in database interactions | 240 |
| | A package implementing pipelines using goroutines to manage concurrency in Go applications. | 56 |
| | A collection of utility functions for managing Go contexts, particularly for handling asynchronous tasks and signal notifications. | 25 |
| | A tool to manage Go versions without root access or shell rehashing | 381 |
| | Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
| | Provides a concurrency control mechanism for managing goroutine groups and ensuring their termination after completion. | 18 |
| | A process manager that allows users to start, stop, and manage long-running processes with a simple syntax. | 64 |