Alambic.BlockingQueue.State

State for the blocking queue.

Summary

Types

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