MCPcopy Create free account
hub / github.com/Tracktion/choc / Task

Method Task

examples/threading_patterns.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 std::chrono::steady_clock::time_point timestamp;
21
22 Task() = default;
23 Task (int i, const std::string& desc)
24 : id (i), description (desc), timestamp (std::chrono::steady_clock::now()) {}
25};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected