Define the max_workers implementation for Construct. Supports positive integers and :infinity.
Summary
Types
@type t() :: :infinity | non_neg_integer()
Max workers is :infinity or non_neg_integer().
Define the max_workers implementation for Construct. Supports positive integers and :infinity.
@type t() :: :infinity | non_neg_integer()
Max workers is :infinity or non_neg_integer().