MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / started

Method started

include/tiny_network/base/Thread.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 void join(); // 等待线程
20
21 bool started() const { return started_; }
22 pid_t tid() const { return tid_; }
23 const std::string& name() const { return name_; }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected