diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index ebce0abf1beac..7e730df312712 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h @@ -37,6 +37,12 @@ public: // Plays back commands from the client. // Returns true if any commands were processed. + // + // waitForCommand: true, block until a command arrives or + // the specified time expires. + // + // timeToWait: Max time to block in microseconds. A value of zero indicates + // an indefinite wait. bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait); void setTimoutCallback(void (*)(void *), void *, uint64_t timeout);