uchenily / uvio

c++20 coroutines runtime driven by libuv
MIT License
5 stars 0 forks source link

Multithread or eventloop per thread? #10

Open uchenily opened 3 months ago

uchenily commented 3 months ago

asio多线程协程版本tcp server: https://github.com/uchenily/explore-cpp/blob/main/asio/benchmark/benchmark_mt.cpp

目前libuv 似乎没有提供类似的功能