Closed RFoe closed 1 month ago
https://github.com/RFoe/coasync/blob/3eb2a5f2e7ac97123526e1e74f73ab0f0c000bb1/include/coasync/functional.hpp#L8
co_await 3s; // equals to 'co_await sleep_for(std::chrono::seconds(3))'
https://github.com/RFoe/coasync/blob/3eb2a5f2e7ac97123526e1e74f73ab0f0c000bb1/include/coasync/functional.hpp#L8
类似这样