File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.5"
17
17
18
18
libraryDependencies += " org.scalatest" %% " scalatest" % " 2.2.6" % " test"
19
19
20
- libraryDependencies += " com.typesafe.akka" %% " akka-actor" % " 2.4.4 "
20
+ libraryDependencies += " com.typesafe.akka" %% " akka-actor" % " 2.4.6 "
21
21
22
22
// TODO: enable after 1.0
23
23
// libraryDependencies += "com.typesafe.akka" %% "akka-stream-experimental" % "0.9"
Original file line number Diff line number Diff line change 5
5
- implemented EffectedInput/EffectedOutput
6
6
(more detailed about fold over selected and Effected pattern can
7
7
be readed at https://github.com/rssh/notes/blob/master/2016_03_05_see-ma-no-vars.md )
8
- - akka 2.4.4 , scala-2.11.8
8
+ - akka 2.4.6 , scala-2.11.8
9
9
- channels by defaults now unbuffered. (as in Go)
10
10
- implemented fold over input
11
11
- implemented map/amap over selector
12
12
- exit and shutdown can be applied to select singleton
13
+ - added OneTimeChannel
13
14
14
15
You can’t perform that action at this time.
0 commit comments