Liking cljdoc? Tell your friends :D
Clojure only.

strojure.ring-undertow.handler.non-blocking

Experimental synchronous non-blocking ring handler executed on IO thread.

Experimental synchronous non-blocking ring handler executed on IO thread.
raw docstring

syncclj

(sync handler-fn)

Returns HttpHandler for synchronous ring handler function executed on IO thread.

The function handler-fn takes one argument, a map representing a HTTP request, and return a map representing the HTTP response.

Returns HttpHandler for **synchronous** ring handler function executed *on IO
thread*.

The function `handler-fn` takes one argument, a map representing a HTTP
request, and return a map representing the HTTP response.
sourceraw docstring

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

× close