ActorRuntime.act

Act on one message in the mailbox.

interface ActorRuntime
void
act
(
Duration timeout
)

Parameters

timeout Duration

max time to wait for a message to arrive and execute the behavior for it.

Meta