$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Klemens Morgenstern (klemensdavidmorgenstern_at_[hidden])
Date: 2023-10-11 14:37:55
On Wed, Oct 11, 2023, 10:10 PM Christian Mazakas via Boost <
boost_at_[hidden]> wrote:
> > Finally, as a personal note on the review, it was notable how much
> > negativity there currently is against C++ coroutines in general from the
> > C++ community.
>
> I don't think this is a very accurate description at all.
>
> I think most people are incredibly excited about coroutines. They're
> just less excited about an Asio wrapper.
>
> Though even Rust suffers the problem that in the ecosystem, Futures
> are tied to their runtimes. In practice, this isn't overwhelmingly a
> showstopper but I think this is the next area of exploration and
> development: building a common language for disparate runtimes to use
> for cross-communication.
What is the issue with the proposed standard executor ts? Does it not
provide that?