qchateau / packio

An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.
https://qchateau.github.io/packio/
Mozilla Public License 2.0
136 stars 20 forks source link

C++20 should use coroutines by default #41

Closed qchateau closed 3 years ago

qchateau commented 3 years ago

ATM, C++20 and coroutines usage is differenciated in tests because compilers do not properly support coroutines. In a (close?) future, C++20 and coroutines usage should go hand in hand.

Compiler status: