Add AffinityPool which pins actors to threads (#23104)
This commit is contained in:
parent
fe2bf91659
commit
4d45064296
14 changed files with 1345 additions and 139 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue