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 thread start / thread end hooks to RTS #70

Open
iand675 opened this issue Apr 27, 2023 · 0 comments
Open

Add thread start / thread end hooks to RTS #70

iand675 opened this issue Apr 27, 2023 · 0 comments

Comments

@iand675
Copy link
Owner

iand675 commented Apr 27, 2023

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.

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