FastHtml.Pool (FastHtml v2.4.0)
Summary
Types
Link to this type
option()
@type option() :: {:size, pos_integer()} | {:name, atom()}
Link to this type
pool()
Link to this type
result()
Functions
Link to this function
get_port(pool, fun)
Link to this function
start_link(options)
Starts the port pool.
Options
:size
- Number of ports in the pool. Defaults toSystem.schedulers_online/0
if not set.:name
- Registered name of the pool. Defaults toElixir.FastHtml.Pool
if not set, set tofalse
to not register the process.