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?

Reply via email to