Context

object Context extends ContextCompanionObject
Companion:
class
trait ContextCompanionObject
class Object
trait Matchable
class Any
Context.type

Type members

Classlikes

trait Impl extends Context with ContextImpl
class Simple(ec: ExecutionContext, logEx: Throwable => Unit) extends Impl

Castor actor context based on a Scala ExecutionContext

Castor actor context based on a Scala ExecutionContext

Companion:
object
object Simple extends ContextSimpleCompanionObject
Companion:
class
class Test(executionContext: ExecutionContext, logEx: Throwable => Unit) extends Simple with TestBase

castor.Context.Simple used for testing; tracks scheduling and completion of tasks and futures, so we can support a .waitForInactivity() method to wait until the system is quiescient

castor.Context.Simple used for testing; tracks scheduling and completion of tasks and futures, so we can support a .waitForInactivity() method to wait until the system is quiescient

trait TestBase extends Impl
object Token
Companion:
class
trait Token
Companion:
object