MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / task

Method task

source/util/util-threadpool.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38streamfx::util::threadpool::task::task(task_callback_t callback, task_data_t data) : _callback(callback), _data(data), _lock(), _status_changed(), _cancelled(false), _completed(false), _failed(false) {}
39
40streamfx::util::threadpool::task::~task() {}
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected