Returns the number of callbacks still pending in the runner.
Synopsis
Declared in <scheduler.h>
[[requires_capability(0x7f2e20c05f08)]]
virtual
size_t
size() override;
Return Value
The count of queued, not‐yet‐executed callbacks.
Created with MrDocs