View Source F1Bot.F1Session.Server (f1_bot v0.7.0)
GenServer that holds the live F1Bot.F1Session instance, acts as an entrypoint for
incoming live timing packets and executes all side effects by passing event messages to
F1Bot.Output.Discord via PubSub.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Calls the given function with current F1Session as argument, the function should return the modified F1Session.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Calls the given function with current F1Session as argument, the function should return the modified F1Session.