That's a hack for some versions of Safari and probably better handled inside of render-loop. The problem is dispatch backed by MessageChannel in Safari and seeing repaints.
On Sunday, August 4, 2013, Brent Millare wrote: > From David Nolen's recent post with core.async, > http://swannodette.github.io/2013/08/02/100000-processes/ > > in the last let block, what is the purpose of: > > (when (zero? (mod i 1000)) > (<! (timeout 0))) > > ? > > Why pull from a channel that produces nothing useful (nil) ? > What create a timeout of 0, which to my knowledge is a channel that > produces a nil value immediately? > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] <javascript:_e({}, 'cvml', > 'clojure%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, 'cvml', > 'clojure%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
