Alambic.BlockingQueue.State (alambic v1.1.0)

State for the blocking queue.

Link to this section Summary

Link to this section Types

Specs

t() :: %Alambic.BlockingQueue.State{
  add: {list(), list()},
  completed: true | false,
  count: integer(),
  items: {list(), list()},
  max: integer() | :unlimited,
  take: {list(), list()}
}