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
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
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.
Add how-to guides for subjects and values.
The text was updated successfully, but these errors were encountered: