Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Thread
Function
Thread
include/Nazara/Core/Thread.hpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
template<typename F, typename... Args> Thread(F function, Args&&... args);
28
template<typename C> Thread(void (C::*function)(), C* object);
29
Thread(const Thread&) = delete;
30
Thread(Thread&& other) noexcept = default;
31
~Thread();
32
Callers
3
Play
Method · 0.85
Create
Method · 0.85
Create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected