Liking cljdoc? Tell your friends :D

tikkba.core


do-batikcljmacro

(do-batik canvas & body)
source

do-batik-and-waitcljmacro

(do-batik-and-wait canvas & body)
source

invoke-and-waitclj

(invoke-and-wait canvas f)

Schedules the function for an invocation and waits for it to be executed. Used to modify the DOM tree in a thread-safe way. This function must NOT be called from the Swing thread.

Schedules the function for an invocation and waits for it to be executed. Used to modify the DOM tree
in a thread-safe way. This function must NOT be called from the Swing thread.
sourceraw docstring

invoke-laterclj

(invoke-later canvas f)

Schedules the function for a later invocation. Used to modify the DOM tree asynchronously and in a thread-safe way.

Schedules the function for a later invocation. Used to modify the DOM tree
asynchronously and in a thread-safe way.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close