ActiveObject

abstract class ActiveObject<A : ActiveObject<A>?>

Constructors

ActiveObject
Link copied to clipboard
open fun ActiveObject(name: String)
ActiveObject
Link copied to clipboard
open fun ActiveObject()

Functions

awaitTermination
Link copied to clipboard
open fun awaitTermination(): A
start
Link copied to clipboard
open fun start(): A
stop
Link copied to clipboard
open fun stop(): A

Properties

name
Link copied to clipboard
private val name: String

Inheritors

TestAgent
Link copied to clipboard