We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The VM should be Send, but not Sync. This will most likely be resolved once we start implementing Passerine's concurrency model.
Send
Sync
The text was updated successfully, but these errors were encountered:
Resolves #46, VM is now Send
f8fabd0
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The VM should be
Send
, but notSync
. This will most likely be resolved once we start implementing Passerine's concurrency model.The text was updated successfully, but these errors were encountered: