diff --git a/cwMutex.h b/cwMutex.h index 15a4143..d05e147 100644 --- a/cwMutex.h +++ b/cwMutex.h @@ -15,6 +15,8 @@ namespace cw rc_t lock( handle_t h ); rc_t unlock( handle_t h ); + // Set timeOutMs to 0 to wait forever. + // // Set 'lockThenWaitFl' if the function should lock the mutex prior to waiting. // If 'lockThenWaitFl' is false then the function assumes the mutex is already locked // and directly waits. If 'lockThenWaitFl' is set and the mutex is not already locked