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

Function pendingFuture

src/tests/future_tests.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434static Future<bool> pendingFuture(const Future<bool>& future)
435{
436 return future; // Keep it pending.
437}
438
439
440static Future<string> second(const bool& b)

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected