MCPcopy Create free account
hub / github.com/Freeeaky/fiber-job-system / FromCurrentThread

Method FromCurrentThread

src/Thread.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void fjs::Thread::FromCurrentThread()
56{
57 m_handle = GetCurrentThread();
58 m_id = GetCurrentThreadId();
59}
60
61void fjs::Thread::Sleep(uint32_t ms)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected