ShieldedCache v1.2.2 ShieldedCache.TaskManager.TaskRunner View Source

ShieldedCache.TaskManager.TaskRunner

A GenServer process that holds in it’s state a unique set of tasks.

The TaskSet defines functions to add task refs, finish task refs, and get all the current task refs.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function start_link(opts \\ []) View Source
start_link(opts :: Keyword.t()) :: GenServer.on_start()

start_link/1

Starts the TaskRunner.