Rather accurate timers for the browser.
All timers are handled asynchronously by a worker
, which offers some benefits over scheduling them
on the main thread. For instance, timers scheduled on the main thread are throttled when the tab is
inactive.
Rather accurate timers for the browser. All timers are handled asynchronously by a [[worker]], which offers some benefits over scheduling them on the main thread. For instance, timers scheduled on the main thread are throttled when the tab is inactive.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |