enqueue

open fun enqueue(ref: Reference<T>): Boolean

Enqueues the given reference.

In this mimic, the reference is simply added to an internal list.

Return

true if the reference was added; false otherwise.