My Project
Public Member Functions | List of all members
Threads Class Reference

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...
 

Detailed Description

Threads vector for handling multiple threads.

Threads class for handling multiple threads.

Definition at line 44 of file Threads.h.

Member Function Documentation

◆ create()

bool create ( void *(*)(void *)  method,
void *  parameters 
)

Creates a new thread and returns true on success.

Parameters
methodThe method that the thread will execute.
parametersThe parameters sent to the method.

The documentation for this class was generated from the following file: