Merge master into tame-globals branch

This commit is contained in:
Peter Vlugter 2011-10-07 15:59:18 +02:00
commit 67a9a01bff
59 changed files with 1396 additions and 830 deletions

View file

@ -272,6 +272,11 @@ abstract class MessageDispatcher extends Serializable {
protected[akka] def throughput: Int
protected[akka] def throughputDeadlineTime: Int
@inline
protected[akka] final val isThroughputDeadlineTimeDefined = throughputDeadlineTime > 0
@inline
protected[akka] final val isThroughputDefined = throughput > 1
protected[akka] def executeTask(invocation: TaskInvocation)
/**