erlang_python
v3.0.0
Search documentation of erlang_python
Default
Default
In-browser search
Settings
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)
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)