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
125 stars
1 watching
13 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
callbackcancelclosurefuturegolanggoroutinepromiseraceretrytimeout
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive utility package for Go programmers | 175 |
| A collection of reusable building blocks for Go programming | 544 |
| Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
| A collection of utility functions for the Go programming language | 1,301 |
| Provides functions for managing asynchronous workflows with context-based execution control | 104 |
| A goroutine pool library for efficient asynchronous task execution | 52 |
| An asynchronous task package for Go with support for async/await pattern and context cancellation. | 6 |
| Library providing primitives to perform ordered shutdown and termination in Go applications | 26 |
| An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 643 |
| A lightweight Go framework for building HTTP request routers and multiplexers | 154 |
| A concurrent-safe feature flag system for Go applications using Redis | 5 |
| A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
| A collection of concurrent and asynchronous data structures and utilities for efficient programming in Go. | 226 |
| Library to simplify configuration management in Go applications | 11 |
| Provides a set of goroutine context access interfaces to simplify the management of coroutine-specific information | 240 |