-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
async + threads:on + globals = error #5738
Comments
That works as expected. You cannot use global GC'ed memory with |
Shouldn't this only apply to gcsafe procs?
|
@Araq, are you saying that the following code should not compile with var s = "hi"
proc foo() = echo s Because now it compiles just fine ;) |
No, I'm saying what the manual says and you ignore what the |
Well I know that |
@dom96 Do you have an idea why |
Future defines it's callback as |
Originated from dom96/jester#110
The text was updated successfully, but these errors were encountered: