make a TODO note about the finished condition variable
This commit is contained in:
parent
098d801d00
commit
41bb8b7e78
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ struct lumiera_thread_struct
|
|||
// void (*function)(void*);
|
||||
// void* arg;
|
||||
pthread_t id;
|
||||
// TODO: maybe this condition variable should be renamed when we have a better understanding of how it will be used
|
||||
LumieraReccondition finished;
|
||||
// the following member could have been called "class" except that it would conflict with C++ keyword
|
||||
// as consequence, it's been decided to leave the type name containing the word "class",
|
||||
|
|
|
|||
Loading…
Reference in a new issue