The monte carlo example does something like this: https://github.com/shashi/Escher.jl/blob/master/examples/mc.jl
See specifically these lines https://github.com/shashi/Escher.jl/blob/master/examples/mc.jl#L24-L40 may give you a template for your own code. On Sun, Jan 17, 2016 at 9:20 PM, Leonardo <[email protected]> wrote: > Hi all, > how can I build a (simple) Web-UI that must wait for long-running > computation in Escher? > > Or (after a long computation), how can I generate asynchrounously a signal > that "wake up" a web page rendered by Escher? > > Many thanks in advance > > Leonardo > >
