removeUnlocked

fun removeUnlocked(item: <Error class: unknown class>? = null): Boolean

Remove an item from the queue.

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

Return

true if the item was removed

Since

2.46

Parameters

item

the data to remove from the @queue