MCPcopy Create free account
hub / github.com/bloomberg/quantum / makeTask

Method makeTask

tests/quantum_sequencer_tests.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 std::function<int(VoidContextPtr)> makeTask(TaskId taskId)
68 {
69 return [this, taskId](VoidContextPtr ctx)->int
70 {
71 taskFunc(ctx, taskId, nullptr, "");
72 return 0;
73 };
74 }
75
76 std::function<int(VoidContextPtr)> makeTaskWithBlock(TaskId taskId, std::atomic<bool>* blockFlag)
77 {

Callers 1

TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected