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

Method func2

src/tests/process_tests.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 Future<string> func2(const Future<int>& f)
326 {
327 return f.then(defer(self(), &Self::_func2));
328 }
329
330private:
331 Future<string> _func1(int i)

Callers

nothing calls this directly

Calls 2

deferFunction · 0.85
thenMethod · 0.45

Tested by

no test coverage detected