Loading...
Searching...
No Matches
Thread.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Thread(F function, A argument)
Construct the thread from a functor with an argument.
Thread(void(C::*function)(), C *object)
Construct the thread from a member function and an object.
Definition AlResource.hpp:35