Utilities for interop with c.
Utilities for interop with c.
(dispatch-async f)
Run f
on the main thread. Will return immediately.
Run `f` on the main thread. Will return immediately.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close