Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    ThreadPoolConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Dispatch
    Assembly: Akka.dll
    Syntax
    public class ThreadPoolConfig

    Constructors

    | Edit this page View Source

    ThreadPoolConfig(Config)

    TBD

    Declaration
    public ThreadPoolConfig(Config config)
    Parameters
    Type Name Description
    Config config

    TBD

    Properties

    | Edit this page View Source

    PoolSizeFactor

    TBD

    Declaration
    public double PoolSizeFactor { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    PoolSizeMax

    TBD

    Declaration
    public int PoolSizeMax { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PoolSizeMin

    TBD

    Declaration
    public int PoolSizeMin { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ScaledPoolSize(int, double, int)

    TBD

    Declaration
    public static int ScaledPoolSize(int floor, double scalar, int ceiling)
    Parameters
    Type Name Description
    int floor

    TBD

    double scalar

    TBD

    int ceiling

    TBD

    Returns
    Type Description
    int

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET