Class ThreadPoolConfig
Used inside Akka.Remote for constructing the low-level Helios threadpool, but inside vanilla Akka it's also used for constructing custom fixed-size-threadpool dispatchers.
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public class ThreadPoolConfig
Constructors
| Improve this Doc View SourceThreadPoolConfig(Config)
TBD
Declaration
public ThreadPoolConfig(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | TBD |
Properties
| Improve this Doc View SourcePoolSizeFactor
TBD
Declaration
public double PoolSizeFactor { get; }
Property Value
Type | Description |
---|---|
Double |
PoolSizeMax
TBD
Declaration
public int PoolSizeMax { get; }
Property Value
Type | Description |
---|---|
Int32 |
PoolSizeMin
TBD
Declaration
public int PoolSizeMin { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceScaledPoolSize(Int32, Double, Int32)
TBD
Declaration
public static int ScaledPoolSize(int floor, double scalar, int ceiling)
Parameters
Type | Name | Description |
---|---|---|
Int32 | floor | TBD |
Double | scalar | TBD |
Int32 | ceiling | TBD |
Returns
Type | Description |
---|---|
Int32 | TBD |