MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DispatchProcess

Method DispatchProcess

src/tests/benchmarks.cpp:536–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 };
535
536 DispatchProcess(Promise<Nothing> *promise, long repeat)
537 : promise(promise), repeat(repeat) {}
538
539 template <typename T>
540 Future<Nothing> handler(const T& data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected