coro
Async I/O library
A modern C++ library providing an async socket I/O implementation with SSL support
Modern coroutine library for C++
50 stars
5 watching
23 forks
Language: C++
last commit: over 8 years 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 |
mtmucha/coros | A C++23 library for task-based parallelism utilizing coroutines and the new expected type. | 306 |
quuxplusone/coro | A single-header library providing facilities for C++2a Coroutines | 80 |
tidwall/neco | A C concurrency library providing coroutines and synchronization primitives. | 1,138 |
xudong-huang/may | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,959 |
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
rsepassi/zigcoro | A Zig coroutine library providing stackful asymmetric coroutines and async IO functionality | 160 |
nvim-neotest/nvim-nio | A Lua library providing asynchronous I/O primitives and APIs for Neovim's core, aiming to simplify the use of coroutines in async functions. | 305 |
snapframework/io-streams | Provides primitives and combinators for working with input/output streams in Haskell. | 99 |
mmarchetti/directio | A low-level I/O library optimized for fast input/output operations on Arduino boards. | 117 |
zonyitoo/coio-rs | Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling | 456 |
flipcoder/mx | A C++ library implementing coroutines and I/O multiplexing with Boost libraries. | 4 |
belozierov/swiftcoroutine | An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. | 837 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
ef-gy/cxxhttp | A C++ library implementing an asynchronous HTTP server and client. | 25 |