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

Add more how-to guides #20

Open
ddinu opened this issue Feb 28, 2017 · 2 comments
Open

Add more how-to guides #20

ddinu opened this issue Feb 28, 2017 · 2 comments

Comments

@ddinu
Copy link
Owner

ddinu commented Feb 28, 2017

Add how-to guides for subjects and values.

@jcmana
Copy link

jcmana commented Sep 8, 2022

Hello, I was browsing through the "Getting started" and "Articles" on documentation page and I couldn't find any example showing multithreading environment. Is this supported by the library? Thank you

@ddinu
Copy link
Owner Author

ddinu commented Sep 14, 2022

Multithreading is supported in the sense that you can subscribe to events concurrently and trigger them concurrently. When events execute callbacks and update values, they will run on whatever thread triggered the event. So, you just have to make sure that your callbacks are thread safe, and the rest should work.

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

2 participants