Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ _task_dequeue_request
Function
_task_dequeue_request
src/TaskScheduler.h:426–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
#ifdef _TASK_THREAD_SAFE
425
__attribute__((weak)) bool _task_enqueue_request(_task_request_t* req) {return false; };
426
__attribute__((weak)) bool _task_dequeue_request(_task_request_t* req) {return false; };
427
#endif
428
429
Callers
1
processRequests
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected