JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
337 stars 63 forks source link

Use spinner() while waiting for function return #193

Closed McNees287 closed 7 years ago

McNees287 commented 7 years ago

This is a great package.

I'm trying to have the spinner() run while waiting for a function to finish running. The function is run via a Signal(). My problem is that I can get the spinner() to display either before or after my function call, but not during the function call. I want to return spinner(), while the function is running. Does anyone know how to do this?