async.h
Async subroutine library
A header-only C library providing asynchronous subroutine support based on Duff's device
Stackless Async Subroutines for C
712 stars
19 watching
55 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
clojure/core.async | Provides facilities for asynchronous programming and communication in Clojure | 1,956 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,973 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
papooch/nestjs-cls | A module that provides a way to store state and propagate it throughout asynchronous code in NestJS applications. | 462 |
clj-commons/manifold | A compatibility layer for event-driven abstractions | 1,021 |
h2non/paco | A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 276 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
nhumrich/aiomock | An implementation of Python's Mock with support for asynchronous methods | 26 |
scala/scala-async | A library that provides a direct style of coding for composing asynchronous code in Scala | 1,152 |