Hi there,
I've got a basic question regarding spawning a function to another thread with 
@spawn. I'm currently working in a repl and get a message that the function is 
not defined. It seems like the function is not visible to other threads. I 
assume the function needs to be required first in each context which means it 
has to be saved beforehand in some place visible to Julia. 
I'm sure this has been discussed before, is there any way to automate it, or am 
i missing something. 

Thank you,
Kuba

Reply via email to