On Saturday, November 7, 2015 at 4:21:09 AM UTC+5:30, Brandon Miller wrote: > > Code snippet: https://gist.github.com/r2dbg/14189258e9daee2cece6 > > I'd like for the spinner on line 23 to spin while do_work() is running and > stop after do_work returns. However, I can't seem to find a good way to do > this. The form is blocking until all fields in plugsampler() are fulfilled. >
Take a look at how the mc.jl example does something similar: https://github.com/shashi/Escher.jl/blob/master/examples/mc.jl#L24-L35 I think a better abstraction is possible for this though. A way to make a busy-signal for another signal?
