Liking cljdoc? Tell your friends :D

com.phronemophobic.cinterop

Utilities for interop with c.

Utilities for interop with c.
raw docstring

dispatch-asyncclj

(dispatch-async f)

Run f on the main thread. Will return immediately.

Run `f` on the main thread. Will return immediately.
raw docstring

dispatch-syncclj

(dispatch-sync f)

Run f on the main thread. Waits for f to complete before returning.

Run `f` on the main thread. Waits for `f` to complete before returning.
raw docstring

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

× close