Re: Using asynchronous clojure function

2020-12-13 Thread Brandon R
Hi Ganesh, The function called wrap-content-type takes in another function (handler) and a content-type (string), and returns a function. The function that it returns takes in a request, which is a Clojure map, that has the keys that you see in the ring docs here: https://github.com/ring-clojure/r

Using asynchronous clojure function

2020-12-13 Thread Ganesh Neelekani
Hello Team, I am a moderate Clojure user and now I planned to explore more Clojure, I used to write different functions every time where I could write asynchronous functions. As came from object-oriented background and trying to understand asynchronous functions I took some example on using