MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / DeadlineTask

Method DeadlineTask

src/utils/DeadlineTask.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3static void empty_task() {}
4
5DeadlineTask::DeadlineTask(unsigned long deadlin, void (*task)()) {
6 this->deadline = deadline;
7 this->_task = task;
8}
9
10void DeadlineTask::call() {
11 _task();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected