$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2023-07-25 14:42:27
Ah, seems like this is an Asio library?
I think I was expecting something like runtime-agnostic coroutine primitives
that users could use to easily build their own coroutines.
Maybe even adding something like cppcoro's `task<T>` which is far and away
the best user-facing task implementation I've seen.
Whatever happened to the Requests library that was being worked on? We
should be reviewing that library instead of an Asio wrapper.
- Christian