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

Method Entry

system/threading/thread.h:66–66  ·  view source on GitHub ↗

Make the compile check misuse Thread as BaseThread Note the prototype is different with BaseThread::Entry

Source from the content-addressed store, hash-verified

64 // Make the compile check misuse Thread as BaseThread
65 // Note the prototype is different with BaseThread::Entry
66 virtual void Entry() const {}
67
68private:
69 Impl* m_pimpl;

Callers 1

StaticEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected