Is goja.Callable go routine safe? #452
Unanswered
david-sackstein
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Indeed Compile produces a Program that can be invoked concurrently on any goroutine, but as far as I can tell, it does not allow the caller to pass in arguments at the call site. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation
If this is not possible, is there another way to compile a Javascript function and invoke it with arguments concurrently on other goroutines?
Beta Was this translation helpful? Give feedback.
All reactions