parallel-cellular-automata
Framework for building parallel cellular automata.
WorkStealingQueue< T > Member List

This is the complete list of members for WorkStealingQueue< T >, including all inherited members.

empty() constWorkStealingQueue< T >inline
push(T data)WorkStealingQueue< T >inline
size() constWorkStealingQueue< T >inline
try_pop(T &result)WorkStealingQueue< T >inline
try_steal(T &result)WorkStealingQueue< T >inline
WorkStealingQueue()WorkStealingQueue< T >inline
WorkStealingQueue(const WorkStealingQueue &other)=delete (defined in WorkStealingQueue< T >)WorkStealingQueue< T >