Hunch
Async workflow manager
Provides functions for managing asynchronous workflows with context-based execution control
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
104 stars
2 watching
12 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
asyncasynchronouschannelconcurrencyconcurrentcontextgogolangreactivexutil
Related projects:
Repository | Description | Stars |
---|---|---|
| An async control-flow library for parallel and serial execution of asynchronous functions with error handling and grouping support | 2,205 |
| Utilities for managing execution of asynchronous callback functions in Go. | 125 |
| Enables atomic operations with synchronous or asynchronous execution and reusable code blocks | 216 |
| Provides a set of goroutine context access interfaces to simplify the management of coroutine-specific information | 240 |
| A tiny JavaScript library providing basic async flow-control functionality | 329 |
| A collection of concurrent and asynchronous data structures and utilities for efficient programming in Go. | 226 |
| A lightweight, single-binary DAG scheduler and dashboard for orchestrating workflows with tasks and operators | 396 |
| An abstraction for managing asynchronous code in JavaScript | 373 |
| A compatibility layer for event-driven abstractions | 1,022 |
| A workflow management tool built on top of Sitecore, allowing users to define and manage dynamic workflows. | 2 |
| A collection of utility functions for managing Go contexts, particularly for handling asynchronous tasks and signal notifications. | 25 |
| Automates certain aspects of the Git workflow to simplify code review and merge process | 1,491 |
| A library that provides abstraction and management of asynchronous operations for Vue applications. | 352 |
| An asynchronous and distributed task queue based on Python asyncio framework | 438 |
| Run async tasks that retry after failure or connection loss and resume from where they left off. | 79 |