![]() | Actors Class |
[Missing <summary> documentation for "T:Akka.FSharp.Actors"]
Namespace: Akka.FSharp
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.
|
Name | Description | |
---|---|---|
![]() ![]() | BarBangGreaterT |
Pipe operator which sends an output of asynchronous expression directly to the recipients mailbox.
|
![]() ![]() | LessBanga |
Unidirectional send operator.
Sends a message object directly to actor tracked by actorRef.
|
![]() ![]() | LessBangBarT |
Pipe operator which sends an output of asynchronous expression directly to the recipients mailbox
|
![]() ![]() | LessQmarka, Message |
Bidirectional send operator. Sends a message object directly to actor
tracked by actorRef and awaits for response send back from corresponding actor.
|