core-async

2019-04-06T18:20:28.097300Z

I'm looking for something like setImmediate or nextTick, in the browser JS environment -- a way to say "run this when the current event is finished processing". setTimeout(f, 0) is too slow. Does (go ...) do this?

2019-04-06T19:15:57.099Z

yes it does, and you can also call goog.async.nextTick directly

2019-04-06T19:51:03.099200Z

Cool, thanks.

2019-04-06T21:47:41.102500Z

If you want nexttick I would call nexttick, I forget if they do but go blocks may execute now up until the first parking op