Moving tests after first invocation

This commit is contained in:
Viktor Klang 2012-01-21 01:33:07 +01:00
parent a22d01f595
commit 42d3328815
2 changed files with 6 additions and 9 deletions

View file

@ -282,8 +282,6 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
@inline
protected[akka] final val isThroughputDeadlineTimeDefined = throughputDeadlineTime.toMillis > 0
@inline
protected[akka] final val isThroughputDefined = throughput > 1
protected[akka] def executeTask(invocation: TaskInvocation)