All Talks

Managarm: A Fully Asynchronous OS Based on Modern C++

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/managarm_a_fully_asynchronous_operating_system_powered_by_modern_cpp/managarm_a_fully_asynchronous_operating_system_powered_by_modern_cpp__alexander_van_der_grinten__cppcon_2020.pdf

C++20 and future C++ standards are expected to massively improve the ergonomics of asynchronous I/O within the C++ ecosystem. Yet, the vast majority of current operating systems (OSes) were designed without considering asynchronous I/O …

You might be interested in: