Raxol.Terminal.Registry (Raxol v0.4.0)

View Source

Terminal registry module.

This module manages the registry of terminal sessions, including:

  • Session registration
  • Session lookup
  • Session cleanup

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

count()

exclude_by_id(pattern)

filter_by_id(pattern)

init(_)

Callback implementation for GenServer.init/1.

list()

lookup(id)

match(pattern)

match_except(pattern)

register(id, state)

start_link(opts \\ [])

unregister(id)