Tidewave.MCP.IOForwardGL (Tidewave v0.1.6)

View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the IO device.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: GenServer.on_start()

Starts the IO device.

Options

  • :name - the name to register the process under. Optional. If the name is already used, it will be unregistered before starting the process and registered back when the server terminates

with_forwarded_io(name, fun)