C++ Logo

std-proposals

Advanced search

[std-proposals] An efficient event-based coroutine solution

From: zys <dou1984_at_[hidden]>
Date: Fri, 29 Sep 2023 21:09:26 +0800 (CST)
   The c++20 coroutine is a high-performance coroutine solution, but it has not become popular, because there is no encapsulation that satisfies everyone.
   The author provides a set of event-based encapsulation to separate from IO, network, and business code. Developers no longer need to implement coroutine encapsulation and can quickly convert existing asynchronous programs into coroutine programs.


    The author's source code address is£ºhttps://github.com/dou1984/coev

Received on 2023-09-29 13:09:31