Returns true if trying to add a new item would block.
Calling push will block IFF full is true.
See Implementation
Returns true if trying to add a new item would block.
Calling push will block IFF full is true.