gollback
Async callbacks
Utilities for managing execution of asynchronous callback functions in Go.
Go asynchronous simple function utilities, for managing execution of closures and callbacks
124 stars
1 watching
13 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
callbackcancelclosurefuturegolanggoroutinepromiseraceretrytimeout
Related projects:
Repository | Description | Stars |
---|---|---|
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
labstack/gommon | A collection of reusable building blocks for Go programming | 542 |
ssgreg/repeat | Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
tobyhede/go-underscore | A collection of utility functions for the Go programming language | 1,301 |
aaronjan/hunch | Provides functions for managing asynchronous workflows with context-based execution control | 103 |
loveleshsharma/gohive | A goroutine pool library for efficient asynchronous task execution | 52 |
yaitoo/async | An asynchronous task package for Go with support for async/await pattern and context cancellation. | 6 |
skovtunenko/graterm | Library providing primitives to perform ordered shutdown and termination in Go applications | 26 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
vardius/gorouter | A lightweight Go framework for building HTTP request routers and multiplexers | 154 |
salesloft/gorollout | A concurrent-safe feature flag system for Go applications using Redis | 4 |
vardius/worker-pool | A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
reugn/async | A collection of concurrent and asynchronous data structures and utilities for efficient programming in Go. | 224 |
thomasobenaus/go-conf | Library to simplify configuration management in Go applications | 11 |
timandy/routine | Provides a set of goroutine context access interfaces to simplify the management of coroutine-specific information | 235 |