Merge master into tame-globals branch
This commit is contained in:
commit
67a9a01bff
59 changed files with 1396 additions and 830 deletions
|
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue