MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / push_local

Method push_local

include/exec/static_thread_pool.hpp:1048–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046 }
1047
1048 inline void _static_thread_pool::thread_state::push_local(task_base* task)
1049 {
1050 if (!local_queue_.push_back(task))
1051 {
1052 pending_queue_.push_back(task);
1053 }
1054 }
1055
1056 inline void
1057 _static_thread_pool::thread_state::push_local(__intrusive_queue<&task_base::next>&& tasks)

Callers 2

enqueueMethod · 0.80
bulk_enqueueMethod · 0.80

Calls 2

push_backMethod · 0.45
prependMethod · 0.45

Tested by

no test coverage detected