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
We currently have a hard time making sure that contexts are accessible in threads that are outside of our control (e.g. internal threading in 3rd party libraries). Extending the RTS to allow us to hook into the thread lifecycle would allow us to make sure that execution contexts are able to propagate through the system without requiring libraries to monkeypatch their concurrent code.
The text was updated successfully, but these errors were encountered:
We currently have a hard time making sure that contexts are accessible in threads that are outside of our control (e.g. internal threading in 3rd party libraries). Extending the RTS to allow us to hook into the thread lifecycle would allow us to make sure that execution contexts are able to propagate through the system without requiring libraries to monkeypatch their concurrent code.
The text was updated successfully, but these errors were encountered: