You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public interface functions for services like hub should be thread safe, as they raise the possibility that they'll be used in parallel with the service's main thread.
Hub provides a public interface to the register- and remove-handler functions. These should be made thread safe.
Hub provides a public interface to the lockout functions that should be made thread-safe.
The text was updated successfully, but these errors were encountered:
Transferred from project8
Public interface functions for services like hub should be thread safe, as they raise the possibility that they'll be used in parallel with the service's main thread.
Hub provides a public interface to the register- and remove-handler functions. These should be made thread safe.
Hub provides a public interface to the lockout functions that should be made thread-safe.
The text was updated successfully, but these errors were encountered: