Feline.Processor.Server (feline v0.1.0-rc.1)

Copy Markdown View Source

GenServer that wraps a Feline.Processor callback module.

Handles frame routing between processors, system frame prioritization via selective receive, pause/cancel state, and telemetry emission. Delegates frame processing to the wrapped module's callbacks.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(arg)