File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/src/aleph/examples Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
:body " hello world!" })
33
33
34
34
(defn delayed-hello-world-handler
35
- " A non-standard response handler which returns a deferred which yields a Ring response
35
+ " A non-standard response handler that returns a deferred which yields a Ring response
36
36
after one second. In a typical Ring-compliant server, this would require holding onto a
37
37
thread via `Thread.sleep()` or a similar mechanism, but the use of a deferred allows for
38
38
the thread to be immediately released without an immediate response.
Original file line number Diff line number Diff line change 12
12
13
13
(def other-dependencies
14
14
'[[org.clojure/tools.logging " 0.4.1" :exclusions [org.clojure/clojure]]
15
- [manifold " 0.1.9-SNAPSHOT " ]
15
+ [manifold " 0.1.9-alpha3 " ]
16
16
[byte-streams " 0.2.5-alpha2" ]
17
17
[potemkin " 0.4.5" ]])
18
18
19
- (defproject aleph " 0.4.7-alpha3 "
19
+ (defproject aleph " 0.4.7-alpha4 "
20
20
:description " a framework for asynchronous communication"
21
21
:repositories {" jboss" " https://repository.jboss.org/nexus/content/groups/public/"
22
22
" sonatype-oss-public" " https://oss.sonatype.org/content/groups/public/" }
You can’t perform that action at this time.
0 commit comments