tryPop

fun tryPop(): <Error class: unknown class>?

Tries to pop data from the @queue. If no data is available, null is returned.

Return

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