MCPcopy Create free account
hub / github.com/Lwhyz/workspace / sequence

Class sequence

include/workspace/utility.hpp:36–36  ·  view source on GitHub ↗

urgent task (for type inference)

Source from the content-addressed store, hash-verified

34struct normal {}; // normal task (for type inference)
35struct urgent {}; // urgent task (for type inference)
36struct sequence {}; // sequence tasks (for type inference)
37
38// function_: try to avoid heap allocation
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected