https://github.com/RFoe/coasync/blob/a6f7b58e7f3c0e257eb80d86707a310656cdc900/include/coasync/co_mutex.hpp#L50-L55 ```cpp co_await detail::suspendible<detail::yield_service>()(); ```
coasync/include/coasync/co_mutex.hpp
Lines 50 to 55 in a6f7b58
co_await detail::suspendible<detail::yield_service>()();