Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/managarm/libasync

Async primitives library for C++20
https://github.com/managarm/libasync

async coroutines cpp20 hacktoberfest library

Last synced: 6 days ago
JSON representation

Async primitives library for C++20

Awesome Lists containing this project

README

        

# libasync
libasync is an async primitives library for C++20. It is one of the libraries
powering the [managarm](https://managarm.org) project.

libasync is built to be portable to different platforms, hosted or freestanding.

Docs permalink:

## Projects using libasync

- [managarm](https://managarm.org) - Pragmatic microkernel-based OS with fully asynchronous I/O. libasync is used both in user-space, and in the kernel.