-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp how we compute the return value for rmw_wait(). (#209)
In particular, the only thing we really care about is whether or not there were ready items in the things we are waiting on. If so, we return RMW_RET_OK; if not, we return RMW_RET_TIMEOUT. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
e9365dc
commit 61f2a70
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters