-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mapping observable leads to world age error #50
Comments
timholy
added a commit
that referenced
this issue
Jan 9, 2021
`map` was not safe in conjunction with `@async`. Since even one of the examples in the manual used it that way, let's just get rid of the special dispatch for `InternalFunction`. Fixes #50
timholy
added a commit
that referenced
this issue
Jan 20, 2021
`map` was not safe in conjunction with `@async`. Since even one of the examples in the manual used it that way, let's just get rid of the special dispatch for `InternalFunction`. Fixes #50
Merged
timholy
added a commit
that referenced
this issue
Jan 20, 2021
`map` was not safe in conjunction with `@async`. Since even one of the examples in the manual used it that way, let's just get rid of the special dispatch for `InternalFunction`. Fixes #50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running:
(on 0.3.2, julia 1.5.2)
EDIT: looks like it's irrelevant the the function is anonymous. The issue also occurs with a named function, provided it's a new function (no applicable method existed when the task was compiled).
The text was updated successfully, but these errors were encountered: