| Actors Methods |
The Actors type exposes the following members.
| Name | Description | |
|---|---|---|
| AskResponse |
Sends a message to an actor and asynchronously awaits for a response back until timeout occur.
| |
| pipeToT |
Pipes an output of asynchronous expression directly to the recipients mailbox.
| |
| select |
Returns an instance of [ActorSelection] for specified path.
If no matching receiver will be found, a [ActorRefs.NoSender] instance will be returned.
|