Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ stat
Method
stat
async_simple/executors/SimpleExecutor.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return _pool.getCurrentId() != -1;
62
}
63
ExecutorStat stat() const override { return ExecutorStat(); }
64
65
size_t currentContextId() const override { return _pool.getCurrentId(); }
66
Callers
nothing calls this directly
Calls
1
ExecutorStat
Class · 0.85
Tested by
no test coverage detected