mirror of
https://gitlab.com/niansa/libasync.git
synced 2025-03-06 20:53:29 +01:00
libasync ported to cmake – libasync is an async primitives library for C++20 – https://github.com/managarm/libasync
.github/workflows | ||
docs | ||
frigg@46da5578a2 | ||
include/async | ||
tests | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
libasync
libasync is an async primitives library for C++20. It is one of the libraries powering the managarm project.
libasync is built to be portable to different platforms, hosted or freestanding.
Docs permalink: https://docs.managarm.org/libasync/
Projects using libasync
- managarm - Pragmatic microkernel-based OS with fully asynchronous I/O. libasync is used both in user-space, and in the kernel.