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

Method add

include/process/sequence.hpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197template <typename T>
198Future<T> Sequence::add(const lambda::function<Future<T>()>& callback)
199{
200 return dispatch(process, &SequenceProcess::add<T>, callback);
201}
202
203} // namespace process {
204

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected