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

Function empty_task

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

Source from the content-addressed store, hash-verified

1#include "DeadlineTask.h"
2
3static void empty_task() {}
4
5DeadlineTask::DeadlineTask(unsigned long deadlin, void (*task)()) {
6 this->deadline = deadline;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected