![]() |
My Project
|
Threads vector for handling multiple threads. More...
#include <Threads.h>
Public Member Functions | |
Threads () | |
Constructor. | |
~Threads () | |
Destructor. | |
bool | create (void *(*method)(void *), void *parameters) |
Creates a new thread and returns true on success. More... | |
bool create | ( | void *(*)(void *) | method, |
void * | parameters | ||
) |
Creates a new thread and returns true on success.
method | The method that the thread will execute. |
parameters | The parameters sent to the method. |