pay_day_loan v0.5.1 PayDayLoan.LoadWorker
Process to load requested keys into PDL cache.
Whenever this process receives a ping, it attempts to load a batch
of keys. Requested keys are ones returned by a call to
LoadState.requested_keys
.
Pings should happen automatically via the PDL API. To force a
ping manually, call GenServer.cast(pdl.load_worker, :ping)
.
Summary
Functions
Start in a supervision tree
Functions
start_link(pay_day_loan, gen_server_opts \\ [])
start_link(PayDayLoan.t, GenServer.options) :: GenServer.on_start
Start in a supervision tree