MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / trackSequence

Method trackSequence

Libraries/Async/Async.cpp:1262–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260//-------------------------------------------------------------------------------------------------------
1261
1262void SC::AsyncEventLoop::Internal::trackSequence(AsyncSequence& sequence)
1263{
1264 if (not sequence.tracked)
1265 {
1266 sequences.queueBack(sequence);
1267 sequence.tracked = true;
1268 }
1269}
1270
1271void SC::AsyncEventLoop::Internal::untrackSequenceIfIdle(AsyncSequence& sequence)
1272{

Callers

nothing calls this directly

Calls 1

queueBackMethod · 0.45

Tested by

no test coverage detected