Removing HawtDispatch, the old WorkStealing dispatcher, replace old workstealer with new workstealer based on EBEDD, and remove jsr166x dependency, only 3 more deps to go until 0 deps for akka-actor
This commit is contained in:
parent
a76e62096f
commit
a6bfe644d5
14 changed files with 113 additions and 740 deletions
|
|
@ -303,10 +303,6 @@ class ExecutorBasedEventDrivenDispatcherModelTest extends ActorModelSpec {
|
|||
new ExecutorBasedEventDrivenDispatcher("foo") with MessageDispatcherInterceptor
|
||||
}
|
||||
|
||||
class HawtDispatcherModelTest extends ActorModelSpec {
|
||||
def newInterceptedDispatcher = new HawtDispatcher(false) with MessageDispatcherInterceptor
|
||||
}
|
||||
|
||||
class ExecutorBasedEventDrivenWorkStealingDispatcherModelTest extends ActorModelSpec {
|
||||
def newInterceptedDispatcher = new ExecutorBasedEventDrivenWorkStealingDispatcher("foo") with MessageDispatcherInterceptor
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue