MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / start_time

Method start_time

example/sem_std.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 public:
35 static void start_time() {
36 started_at = std::chrono::high_resolution_clock::now();
37 }
38
39 void initial_delay() { std::this_thread::sleep_for(delay * time_tick); }
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected