ReferenceQueue

Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.

@author Mark Reinhold

class ReferenceQueue (
T
) {}

Constructors

this
this()

Constructs a new reference-object queue.

Meta