Single @spawn was sufficient for this difficult looking task :))
On Wednesday, February 10, 2016 at 1:45:34 AM UTC+2, Jānis Erdmanis wrote: > > Hi, > > I am trying to make background plotting from values of specific variables > defined at Julia interactive console (REPL). A minimal example for workflow > which I want to achieve is: > > - Lets set value for variable x at REPL > - execute magicfunction() which starts background process for printing x > at every second > - change value of x at REPL and see that background process has received > the message > > How can it be done? >
