try_pop


Description:

public G try_pop ()

Tries to pop data from the this.

If no data is available, null is returned.

Parameters:

this

a AsyncQueue

Returns:

data from the queue or null, when no data is available immediately.