Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/managarm/libasync
- Owner: managarm
- License: mit
- Created: 2016-12-27T13:07:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T09:41:38.000Z (5 months ago)
- Last Synced: 2024-06-17T00:27:33.366Z (5 months ago)
- Topics: async, coroutines, cpp20, hacktoberfest, library
- Language: C++
- Homepage: https://docs.managarm.org/libasync/
- Size: 162 KB
- Stars: 17
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-modern-cpp - libasync
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.