Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
inline Sequence::Sequence(const std::string& id)
179
{
180
process = new SequenceProcess(id);
181
process::spawn(process);
182
}
183
184
185
inline Sequence::~Sequence()
Callers
nothing calls this directly
Calls
1
spawn
Function · 0.70
Tested by
no test coverage detected