Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ _task_enqueue_request
Function
_task_enqueue_request
src/TaskScheduler.h:425–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
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
Callers
1
requestAction
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected