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

VM should be Send #46

Open
slightknack opened this issue May 25, 2021 · 1 comment · Fixed by #52
Open

VM should be Send #46

slightknack opened this issue May 25, 2021 · 1 comment · Fixed by #52
Labels
feature Features that add something new to the language
Milestone

Comments

@slightknack
Copy link
Member

The VM should be Send, but not Sync. This will most likely be resolved once we start implementing Passerine's concurrency model.

@slightknack slightknack added the feature Features that add something new to the language label May 25, 2021
@slightknack slightknack changed the title VM is not Send VM should be Send Jul 6, 2021
@slightknack slightknack added this to the 0.10.0 milestone Jul 17, 2021
@slightknack slightknack linked a pull request Jul 17, 2021 that will close this issue
68 tasks
slightknack added a commit that referenced this issue Apr 20, 2022
@slightknack
Copy link
Member Author

The fix is in place, but I'll probably be implementing some more concurrency/async stuff (e.g. for parallel execution.) Closing this issue though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features that add something new to the language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant