Skip to content

Commit

Permalink
Update cpp/mrc/src/internal/service.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Demoret <[email protected]>
  • Loading branch information
dagardner-nv and mdemoret-nv authored Sep 22, 2023
1 parent 65ee19d commit cdb9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mrc/src/internal/service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Service
SharedFuture<void> m_live_future;

// This future is set in `service_await_join` and is used to wait for the service to complete. We use a future here
// incase join is called multiple times, they will all be released when the service completes.
// in case join is called multiple times, so that all callers will all be released when the service completes.
SharedFuture<void> m_completed_future;

bool m_service_await_live_called{false};
Expand Down

0 comments on commit cdb9681

Please sign in to comment.