View Source API Reference sidejob v2.2.0

Modules

Utility that converts a given property list into a module that provides constant time access to the various key/value pairs.

The sidejob_resource_sup manages the entire supervision hierarchy for a sidejob resource. Thus, there is one resource supervisor for each registered sidejob resource.

The top-level supervisor for the sidejob application.

This module implements a sidejob_worker behavior that operates as a parallel, capacity-limited supervisor of dynamic, transient children.

This module implements the sidejob_worker logic used by all worker processes created to manage a sidejob resource. This code emulates the gen_server API, wrapping a provided user-specified module which implements the gen_server behavior.