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

Method submit

include/exec/libdispatch_queue.hpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 bool operator==(libdispatch_queue const &) const = default;
191
192 void submit(__libdispatch::task_base *f)
193 {
194 auto queue = dispatch_get_global_queue(priority, 0);
195 dispatch_async_f(queue, f, reinterpret_cast<void (*)(void *) noexcept>(f->execute));
196 }
197
198 auto get_scheduler()
199 {

Callers 2

enqueueMethod · 0.45
enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected