MCPcopy Create free account
hub / github.com/baidu/babylon / run_once_babylon

Function run_once_babylon

example/use-execution-queue/example.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void run_once_babylon(int64_t begin) {
34 pending << 1;
35 babylon_queue.execute({begin});
36}
37
38int bthread_queue_consume(void*, ::bthread::TaskIterator<Task>& iter) {
39 if (iter.is_queue_stopped()) {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected