src/Visualise.jl

changeset 15
6ac8641e7cfb
parent 14
8ff303666d8b
child 16
9b0cfc67d6cb
equal deleted inserted replaced
14:8ff303666d8b 15:6ac8641e7cfb
202 # Create visualisation 202 # Create visualisation
203 if visualise 203 if visualise
204 rc = Channel() 204 rc = Channel()
205 visproc = Threads.@spawn bg_visualise(rc) 205 visproc = Threads.@spawn bg_visualise(rc)
206 vis =rc 206 vis =rc
207 #vis = true
208
209 sleep(0.01)
210 else 207 else
211 vis = false 208 vis = false
212 visproc = nothing 209 visproc = nothing
213 end 210 end
214 211

mercurial