Simplified Thread interface
Former-commit-id: 5cc7c51be1bf8fe8f13e3b4d25b051ff024f4ebf
This commit is contained in:
@@ -40,7 +40,6 @@ class NAZARA_API NzThread : NzNonCopyable
|
||||
};
|
||||
|
||||
NzThread() = default;
|
||||
template<typename F> NzThread(F function);
|
||||
template<typename F, typename... Args> NzThread(F function, Args... args);
|
||||
template<typename C> NzThread(void (C::*function)(), C* object);
|
||||
NzThread(NzThread&& other);
|
||||
|
||||
Reference in New Issue
Block a user