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 81e777c commit 65ee19d
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 @@ -123,7 +123,7 @@ class Service
std::string m_service_name{"mrc::Service"};

// This future is set in `service_await_live` and is used to wait for the service to to be live. We use a future
// here incase it is called multiple times, they will all be released when the service is live.
// here in case it is called multiple times, so that all callers will all be released when the service is live.
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
Expand Down

0 comments on commit 65ee19d

Please sign in to comment.