Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View megakorre's full-sized avatar

Patrik Kårlin megakorre

View GitHub Profile
;; file core.cljs
(ns ^{:doc ""}
async-kit.core)
(defprotocol Future
(error [this]
"gives you the error associated with this request or nil if no error")
(completed? [this]
"true if request is completed")