LemonGateway.ThreadWorkerSupervisor (lemon_gateway v0.1.0)

View Source

DynamicSupervisor that manages LemonGateway.ThreadWorker processes.

Provides dynamic child management for thread workers using a one-for-one strategy.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)