castor
castor
castor
Actor
BaseActor
BatchActor
Context
Context
Impl
Simple
Simple
Test
TestBase
Token
Future
Send
Simple
Token
ProxyActor
SimpleActor
SplitActor
StateMachineActor
State
castor
/
castor
/
Context
/
TestBase
TestBase
trait
TestBase
extends
Impl
Graph
Supertypes
Known subtypes
trait
Impl
trait
Context
trait
ExecutionContext
class
Object
trait
Matchable
class
Any
class
Test
Value members
Value members
Abstract methods
def
executionContext
:
ExecutionContext
Concrete methods
def
handleReportSchedule
(
token:
Token
):
Token
override
def
reportComplete
(
token:
Token
):
Unit
Definition Classes
Context
override
def
reportSchedule
():
Token
Definition Classes
Context
override
def
reportSchedule
(
fileName:
FileName
,
line:
Line
):
Token
Definition Classes
Context
override
def
reportSchedule
(
a:
Actor
[
_
],
msg:
Any
,
fileName:
FileName
,
line:
Line
):
Token
Definition Classes
Context
def
waitForInactivity
(
timeout:
Option
[
Duration
]):
Unit
Inherited methods
def
execute
(
runnable:
Runnable
):
Unit
Inherited from:
Impl
def
future
[
T
](
t:
=>
T
)(
implicit
fileName:
FileName
,
line:
Line
):
Future
[
T
]
Inherited from:
Impl
def
reportFailure
(
@deprecatedName
("t")
cause:
Throwable
):
Unit
Inherited from:
ExecutionContext
def
reportRun
(
a:
Actor
[
_
],
msg:
Any
,
token:
Token
):
Unit
Inherited from:
Context
Deprecated and Inherited methods
@deprecated
(message = "preparation of ExecutionContexts will be removed", since = "2.12.0")
def
prepare
():
ExecutionContext
Deprecated
[Since version 2.12.0]
preparation of ExecutionContexts will be removed
Inherited from:
ExecutionContext