This object will be used to build the internal tokens. More...
Public Attributes | |
| bool | canBeProducer |
| If you know this thread can push elements, set this to true. More... | |
| Array< void * > | threadIds |
| The list of thread Ids. More... | |
| String | threadName |
| The name of the thread. More... | |
This object will be used to build the internal tokens.
| bool canBeProducer |
If you know this thread can push elements, set this to true.
| Array<void*> threadIds |
The list of thread Ids.
Get them with Thread::getCurrentThreadIds().
| String threadName |
The name of the thread.
Just useful for debugging.