hands

Goroutine scheduler

A tool to manage and execute goroutines with flexible scheduling options.

Hands is a process controller used to control the execution and return strategies of multiple goroutines.

GitHub

10 stars
2 watching
3 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
anikhasibul/queueProvides a concurrency control mechanism for managing goroutine groups and ensuring their termination after completion.18
kamildrazkiewicz/go-flowPackage to control goroutine execution order based on dependencies219
x-mod/routineA package that abstracts and simplifies the management of concurrent goroutines in Go programming61
rk/go-cronA simple Go library to handle scheduled tasks with varying intervals.233
timandy/routineProvides a set of goroutine context access interfaces to simplify the management of coroutine-specific information240
nikhilsaraf/go-toolsA collection of tools for managing goroutines and concurrency in Go programming language15
reugn/go-quartzA minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers.1,805
romshark/schedA job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time28
danengelbrecht/bikeshedA high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies.111
datarootsio/cheekA lightweight declarative job scheduler for single-node environments.166
lucas34/swiftqueueA job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence.412
gojekfarm/kubehandlerA framework for handling events in Kubernetes controllers29
zenthangplus/goccmA package to limit concurrency in Goroutines71
go-playground/poolA package that provides an efficient and flexible way to manage concurrent tasks or units of work in Go programs.727
onatm/clockwerkA library for scheduling periodic jobs in a simple and efficient manner160