async
Async package
An asynchronous task package for Go with support for async/await pattern and context cancellation.
Async is an asynchronous task package for Go
6 stars
1 watching
2 forks
Language: Go
last commit: 8 months ago
Linked from 1 awesome list
asyncasync-awaitawaitgolangpromise
Related projects:
Repository | Description | Stars |
---|---|---|
reugn/async | A collection of concurrent and asynchronous data structures and utilities for efficient programming in Go. | 224 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 993 |
vardius/gollback | Utilities for managing execution of asynchronous callback functions in Go. | 124 |
studiosol/async | A safe way to execute functions asynchronously while recovering from panics and facilitating error cause discovery. | 138 |
go-ozzo/ozzo-log | A Go package providing high-performance asynchronous logging with customizable filtering and multiple message targets. | 122 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
papooch/nestjs-cls | A module that provides a way to store state and propagate it throughout asynchronous code in NestJS applications. | 450 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
aiokitchen/aiomisc | A collection of utility functions and classes for working with asynchronous I/O in Python | 388 |