MaxSpawn¶
A validated maximum number of concurrent connections. The value must be at least 1.
Construct with MakeMaxSpawn(count), which returns
(MaxSpawn | ValidationFailure). Pass to TCPListener via the limit
parameter, or pass None to disable the connection limit.
Type Alias For¶
- Constrained[U32 val, MaxSpawnValidator val] val