MCPcopy Create free account
hub / github.com/alibaba/async_simple / ExecutorStat

Class ExecutorStat

async_simple/Executor.h:39–42  ·  view source on GitHub ↗

Stat information for an executor. It contains the number of pending task for the executor now.

Source from the content-addressed store, hash-verified

37// It contains the number of pending task
38// for the executor now.
39struct ExecutorStat {
40 size_t pendingTaskCount = 0;
41 ExecutorStat() = default;
42};
43// Options for a schedule.
44// The option contains:
45// - bool prompt. Whether or not this schedule

Callers 1

statMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected