Finalizing

class Finalizing(val id: Long) : GcRoot

An object that is in a queue, waiting for a finalizer to run.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
open override val id: Long

The object id of the object that this gc root references.