Jackalope.TransientWorkList (jackalope v0.7.3) View Source

A simple work list that does not survive across reboots.

Link to this section Summary

Link to this section Types

Specs

t() :: %Jackalope.TransientWorkList{
  expiration_fn: term(),
  items: list(),
  max_size: non_neg_integer(),
  pending: term()
}

Link to this section Functions

Link to this function

new(expiration_fn, update_expiration_fn, max_size \\ 100, opts \\ [])

View Source

Specs

Create a new work list