(disarm! {:keys [deferred] :as tb})Disarms a time-bomb.
Disarms a time-bomb.
(start! {:keys [limit callback name deferred] :as tb})Starts a time-bomb.
Starts a time-bomb.
(time-bomb limit callback)(time-bomb limit callback name)Creates a time-bomb that will call callback after limit milliseconds. It can be restarted using restart!
or disarmed with disarm!.
Creates a time-bomb that will call `callback` after `limit` milliseconds. It can be restarted using `restart!` or disarmed with `disarm!`.
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 |