Current section
Files
Jump to
Current section
Files
src/eld_update_server.erl
%%-------------------------------------------------------------------
%% @doc `eld_update_server' module
%%
%% This is a behavior that update processors must implement.
%% @end
%%-------------------------------------------------------------------
-module(eld_update_server).
%% `listen' must make the worker start listening for flag and segment updates.
-callback listen(Pid :: pid()) -> ok.