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

Method Sequence

include/process/sequence.hpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177
178inline Sequence::Sequence(const std::string& id)
179{
180 process = new SequenceProcess(id);
181 process::spawn(process);
182}
183
184
185inline Sequence::~Sequence()

Callers

nothing calls this directly

Calls 1

spawnFunction · 0.70

Tested by

no test coverage detected