Skip to content

Commit

Permalink
Merge branch 'master' into add/realtime/mutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Dec 18, 2024
2 parents f7198ee + 70d93ba commit 8ee40da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/realtime_tools/realtime_publisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ class RealtimePublisher
#endif
}

std::thread & get_thread() { return thread_; }

const std::thread & get_thread() const { return thread_; }

private:
// non-copyable
RealtimePublisher(const RealtimePublisher &) = delete;
Expand Down

0 comments on commit 8ee40da

Please sign in to comment.