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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |