mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Fix async examples
This commit is contained in:
parent
95fe8c3635
commit
bdfae526bb
2 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
[clojure.java.io :as io]
|
||||
[clojure.spec.alpha :as s]
|
||||
[spec-tools.core :as st]
|
||||
[sieppari.async.manifold]
|
||||
[manifold.deferred :as d]))
|
||||
|
||||
(s/def ::x int?)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
(:require [reitit.http :as http]
|
||||
[reitit.ring :as ring]
|
||||
[reitit.interceptor.sieppari]
|
||||
[sieppari.async.core-async] ;; needed for core.async
|
||||
[sieppari.async.manifold] ;; needed for manifold
|
||||
[ring.adapter.jetty :as jetty]
|
||||
[muuntaja.interceptor]
|
||||
[clojure.core.async :as a]
|
||||
|
|
|
|||
Loading…
Reference in a new issue