py_event_worker_registry (erlang_python v3.0.0)

View Source

ETS-based registry for event workers. Provides O(1) worker lookup by loop_id.

Summary

Functions

code_change(_, State, _)

handle_call(_, From, State)

handle_cast(_, State)

handle_info(_, State)

init(_)

list_all()

lookup(LoopId)

lookup_pid(LoopId)

register(LoopId, WorkerPid, LoopRef)

start_link()

terminate(_, _)

unregister(LoopId)