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
{{ message }}
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
Thank you for sharing this work; it has been a great help! I was wondering if you could show me a working example of using shared memory within both the parent and child threads? I created a shared memory object and set it to a value using the set() method. That value is accessible in the parent but not in the child (it says 'key not found')