mfikes/ambly

Set minimum for setTimeout to 4 ms

mfikes opened this issue · 0 comments

Rationale: This is the minimum threshold set by modern browsers, and by doing so, this helps ensure that libraries that rely on setTimeout (like core.async) work properly and uniformly with respect to browser behavior.