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.
sourceraw docstring

dispatch-executorclj

source

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.
sourceraw docstring

test-load-cefclj

(test-load-cef)
source

test-load-cljcefclj

(test-load-cljcef)
source

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

× close