Pops an object from the stack. This method is never called if the stack is empty.
number of parked objects after object is popped (guaranteed to be less than max_length)
object popped from the stack or null if the stack is empty.
See Implementation
Pops an object from the stack. This method is never called if the stack is empty.