![]() | ForkJoinDispatcher Class |
my-forkjoin-dispatcher{ type = ForkJoinDispatcher throughput = 100 dedicated-thread-pool{ #settings for Helios.DedicatedThreadPool thread-count = 3 #number of threads #deadlock-timeout = 3s #optional timeout for deadlock detection threadtype = background #values can be "background" or "foreground" } }
Namespace: Akka.Dispatch
The ForkJoinDispatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | Configurator |
The configurator used to configure this message dispatcher.
(Inherited from MessageDispatcher.) |
![]() | Id |
The ID for this dispatcher.
(Inherited from MessageDispatcher.) |
![]() | Throughput |
Gets or sets the throughput.
(Inherited from MessageDispatcher.) |
![]() | ThroughputDeadlineTime |
Gets or sets the throughput deadline time.
(Inherited from MessageDispatcher.) |
Name | Description | |
---|---|---|
![]() | Attach |
Attaches the dispatcher to the ActorCell (Inherited from MessageDispatcher.)![]()
Practically, doesn't do very much right now - dispatchers aren't responsible for creating
mailboxes in Akka.NET
|
![]() | Detach |
Detaches the dispatcher to the ActorCell (Inherited from MessageDispatcher.)![]()
Only really used in dispatchers with 1:1 relationship with dispatcher.
|
![]() | Dispatch |
Dispatches a user-defined message from a mailbox to an ActorCell (Inherited from MessageDispatcher.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Schedule | (Overrides MessageDispatcherSchedule(Action).) |
![]() | SystemDispatch |
Dispatches a ISystemMessage from a mailbox to an ActorCell (Inherited from MessageDispatcher.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
![]() | ScheduleAsyncT |
Schedules the specified run and returns a continuation task.
(Defined by DispatcherExtensions.) |