Module cloudi_concurrency

CloudI Concurrency

.

Copyright © 2014-2023 Michael Truog

Version: 2.0.6 Oct 26 2023 12:17:28 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

CloudI Concurrency

Function Index

count/1

A count to be used for the number of service processes and threads used.

An integer is an absolute count while a floating point number is a multiplier on the number of logical processors available.
count/2

A count to be used for the number of service processes and threads used.

An integer is an absolute count while a floating point number is a multiplier on the number of logical processors available.

Function Details

count/1

count(I::pos_integer() | float()) -> pos_integer()

A count to be used for the number of service processes and threads used.

An integer is an absolute count while a floating point number is a multiplier on the number of logical processors available. A floating point number is rounded (or floor-ed) to be close to the logical processor count, to avoid extremes.

count/2

count(I::pos_integer() | float(), Schedulers::pos_integer()) -> pos_integer()

A count to be used for the number of service processes and threads used.

An integer is an absolute count while a floating point number is a multiplier on the number of logical processors available. A floating point number is rounded (or floor-ed) to be close to the logical processor count, to avoid extremes.


Generated by EDoc