File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
(def other-dependencies
14
14
'[[org.clojure/tools.logging " 1.1.0" :exclusions [org.clojure/clojure]]
15
- [manifold " 0.2.3 " ]
15
+ [manifold " 0.2.4 " ]
16
16
[org.clj-commons/byte-streams " 0.3.0" ]
17
17
[org.clj-commons/primitive-math " 1.0.0" ]
18
18
[potemkin " 0.4.5" ]])
Original file line number Diff line number Diff line change 8
8
[manifold.stream :as s]
9
9
[manifold.stream.core :as manifold]
10
10
[clj-commons.primitive-math :as p]
11
- [clojure
12
- [string :as str]
13
- [set :as set]]
14
11
[potemkin :as potemkin :refer [doit doary]])
15
12
(:import
16
13
[java.io IOException]
29
26
EpollSocketChannel
30
27
EpollDatagramChannel]
31
28
[io.netty.util Attribute AttributeKey]
32
- [io.netty.handler.codec Headers]
33
29
[io.netty.channel.nio NioEventLoopGroup]
34
30
[io.netty.channel.socket ServerSocketChannel]
35
31
[io.netty.channel.socket.nio
56
52
ResourceLeakDetector$Level]
57
53
[java.net URI SocketAddress InetSocketAddress]
58
54
[io.netty.util.concurrent
59
- GenericFutureListener Future]
55
+ FastThreadLocalThread GenericFutureListener Future]
60
56
[java.io InputStream File]
61
57
[java.nio ByteBuffer]
62
58
[io.netty.util.internal SystemPropertyUtil]
803
799
#(str prefix " -" (swap! num-threads inc))
804
800
(deliver (promise ) nil )
805
801
nil
806
- daemon?)))
802
+ daemon?
803
+ (fn [group target name stack-size] (FastThreadLocalThread. group target name stack-size)))))
807
804
808
805
(def ^String client-event-thread-pool-name " aleph-netty-client-event-pool" )
809
806
You can’t perform that action at this time.
0 commit comments