Liking cljdoc? Tell your friends :D

metabase.async.api-response

Handle ring response maps that contain a core.async chan in the :body key:

{:status 200
 :body (a/chan)}

and send strings (presumibly ) as heartbeats to the client until the real results (a seq) is received, then stream that to the client.

Handle ring response maps that contain a core.async chan in the :body key:

    {:status 200
     :body (a/chan)}

  and send strings (presumibly 
) as heartbeats to the client until the real results (a seq) is received, then stream
  that to the client.
raw docstring

No vars found in this namespace.

metabase.async.util

Utility functions for core.async-based async logic.

Utility functions for core.async-based async logic.
raw docstring

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

× close