Add AffinityPool which pins actors to threads (#23104)

This commit is contained in:
Zahari Dichev 2017-07-07 14:36:26 +03:00 committed by Patrik Nordwall
parent fe2bf91659
commit 4d45064296
14 changed files with 1345 additions and 139 deletions

View file

@ -75,7 +75,6 @@ object Dependencies {
val aeronDriver = "io.aeron" % "aeron-driver" % aeronVersion // ApacheV2
val aeronClient = "io.aeron" % "aeron-client" % aeronVersion // ApacheV2
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.3" % "test"
val gson = "com.google.code.gson" % "gson" % "2.8.0" % "test"