MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / join

Method join

modules/core/core/src/async/named_thread.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59AsyncResult NamedThread::join() SKR_NOEXCEPT
60{
61 skr_join_thread(tHandle);
62 return ASYNC_RESULT_OK;
63}
64
65bool NamedThread::is_alive() const SKR_NOEXCEPT
66{

Callers 1

finalizeMethod · 0.45

Calls 1

skr_join_threadFunction · 0.50

Tested by

no test coverage detected