MCPcopy Create free account
hub / github.com/chen3feng/toft / Impl

Method Impl

system/threading/thread.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19public:
20 Impl() {}
21
22 explicit Impl(const std::function<void ()>& function) :
23 m_function(function)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected