RFoe / coasync

Asynchronous network library that supports coroutines in C++20
https://github.com/RFoe/coasync
MIT License
51 stars 5 forks source link

更公平的互斥量调度 #28

Open RFoe opened 1 month ago

RFoe commented 1 month ago

https://github.com/RFoe/coasync/blob/a6f7b58e7f3c0e257eb80d86707a310656cdc900/include/coasync/co_mutex.hpp#L50-L55

            co_await detail::suspendible<detail::yield_service>()();