Skip to content

Commit

Permalink
Make wording clearer
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow <[email protected]>

Co-authored-by: Geoffrey Biggs <[email protected]>
  • Loading branch information
audrow and gbiggs authored Aug 13, 2020
1 parent 63017ee commit 15cb8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/doc/multi_threaded_executor_redesign.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Broadly speaking, two approaches were discussed:

:Advantages:
* simplicity
* doesn't extend interface in a way that doesn't generalize well for all other types of executable objects (i.e., timers)
* extends interface in a way that generalizes well for all other types of executable objects (i.e., timers)
:Disadvantages:
* spurious wake up calls
* needs to be documented well so every class that executes :code:`AnyExecutable` objects is thread-safe and doesn't hide a race condition
Expand Down

0 comments on commit 15cb8cf

Please sign in to comment.