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

Function spawn

include/process/process.hpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591UPID spawn(ProcessBase* process, bool manage = false);
592
593inline UPID spawn(ProcessBase& process, bool manage = false)
594{
595 return spawn(&process, manage);
596}
597
598template <typename T>
599PID<T> spawn(T* t, bool manage = false)

Callers 9

loopFunction · 0.70
AsyncExecutorMethod · 0.70
ExecutorMethod · 0.70
SequenceMethod · 0.70
collectFunction · 0.70
awaitFunction · 0.70
operator()Method · 0.70
RateLimiterMethod · 0.70
runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected