pop_unlocked


Description:

public G pop_unlocked ()

Pops data from the this.

If this is empty, this function blocks until data becomes available.

This function must be called while holding the this's lock.

Parameters:

this

a AsyncQueue

Returns:

data from the queue.