Codex.IO.Transport.Erlexec (Codex SDK v0.14.0)

Copy Markdown View Source

Erlexec-backed subprocess transport implementation.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

subscriber_info()

@type subscriber_info() :: %{
  monitor_ref: reference(),
  tag: Codex.IO.Transport.subscription_tag()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.