(event-queue handle)
(-run-queue this)
(remove-post-event-callback this f)
(-add-event this event)
(-resume this)
(push this event)
(-run-next-tick this)
(-fsm-trigger this trigger arg)
(-pause this later-fn)
(add-post-event-callback this id callack)
(-process-1st-event-in-queue this)
(-call-post-event-callbacks this event)
(purge this)
(-exception this ex)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close