-
Notifications
You must be signed in to change notification settings - Fork 0
Hub Thread Safety #18
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels