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

Support native threads properly #98

Open
mattwparas opened this issue Nov 12, 2023 · 1 comment
Open

Support native threads properly #98

mattwparas opened this issue Nov 12, 2023 · 1 comment

Comments

@mattwparas
Copy link
Owner

Tracking issue for native threads

Right now, threads are created by creating a new runtime instance on another thread, where the entire runtime environment is copied and moved over, which is error prone since some values cannot be moved.

Error reporting is also poor on threads - they can error on creation and during runtime, and it will be difficult to know.

It also isn't particularly documented - so this is at least somewhere where progress on it can be documented.

@mattwparas
Copy link
Owner Author

Native thread support landed in #124 - documentation is coming. They are akin to rackets places, however perhaps a bit more ergonomic to get started with. There are surely bugs that exist 😄

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