Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ TimeAwaitable
Class
TimeAwaitable
async_simple/Executor.h:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
// return void.
84
using Func = std::function<void()>;
85
class TimeAwaitable;
86
class TimeAwaiter;
87
88
Executor(std::string name =
"default"
) : _name(std::move(name)) {}
Callers
1
after
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected