- 主题:光有协程不够吧?
cppcoro啊,我觉得很强大。
【 在 hgoldfish (老鱼) 的大作中提到: 】
: 是的。。所以我才说 c++20 的协程大家先别用。这是给第三方库的作者准备的。
: 哪位有兴趣的话现在就动手搞一个 c++20 协程库。刚好等 c++23 出来的时候成熟,说不定能扬名立万。。
--
FROM 158.140.1.*
This library (boost::cobalt) is meant to provide this to C++: simple single threaded asynchronicity akin to node.js and asyncio in python that works with existing libraries like boost.beast, boost.mysql or boost.redis. It based on boost.asio.
【 在 z16166 的大作中提到: 】
: 上回有个版友说boost 1.84里新加了一个协程库Cobalt
:
--
FROM 64.207.220.*
感觉多线程协程thread_local基本废了。
除非语言实现支持,不同线程驱动同一协程,在切换时,把thread_local的寻址也切换一下。
Correct me if I am wrong.
【 在 hgoldfish 的大作中提到: 】
: 单线程协程可以搭配多线程。
: 每个单线程协程都自己玩自己的。
: 不同线程之间使用专门的工具进行通信。
: ...................
--
FROM 64.207.220.*