Skip to content

Commit

Permalink
addeed thread_priority to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jun 17, 2024
1 parent 2c12ab8 commit abc9d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/realtime_tools/async_function_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class AsyncFunctionHandler
* @param async_function Function that will be called asynchronously
* @param trigger_predicate Predicate function that will be called to check if the async update
* method should be triggered.
* @param thread_priority Priority of the async update thread
*
* \note The parsed trigger_predicate should be free from any concurrency issues. It is expected
* to be both thread-safe and reentrant.
Expand Down

0 comments on commit abc9d12

Please sign in to comment.