try_pop
Description:
Tries to pop data from the this.
If no data is available, null is returned.
Parameters:
this |
Returns:
data from the queue or null, when no data is available immediately. |
Tries to pop data from the this.
If no data is available, null is returned.
this |
data from the queue or null, when no data is available immediately. |