Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 315 Bytes

async.rst

File metadata and controls

10 lines (6 loc) · 315 Bytes

Asynchronous Endpoints

There isn't much to say here: an endpoint can be asynchronous by returning a Clojure core.async channel instead of a Ring response map.

The channel must convey a Ring response map.

Really, Pedestal takes care of the rest.