Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hub Thread Safety #18

Open
nsoblath opened this issue Jul 16, 2019 · 0 comments
Open

Hub Thread Safety #18

nsoblath opened this issue Jul 16, 2019 · 0 comments

Comments

@nsoblath
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant