MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~thread

Method ~thread

include/CobaltFusion/thread.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 ~thread()
23 {
24 assert(!joinable() && "Always join the thread before releasing it");
25 }
26
27 void join()
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected