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

Function wait

include/process/process.hpp:693–696  ·  view source on GitHub ↗

* @copydoc process::wait */

Source from the content-addressed store, hash-verified

691 * @copydoc process::wait
692 */
693inline bool wait(const ProcessBase& process, const Duration& duration)
694{
695 return process::wait(process.self(), duration); // Explicit to disambiguate.
696}
697
698
699/**

Callers 3

~ExecutorMethod · 0.70
~SequenceMethod · 0.70
~RateLimiterMethod · 0.70

Calls 1

selfMethod · 0.80

Tested by

no test coverage detected