Module concurrency_traits::stack[][src]

Expand description

Traits for a FIFO stack.

Traits

AsyncStack

A stack with async operations

Stack

A stack with pop and push

TryStack

A Stack with try operations