Pinned

data class Pinned<out T : Any>

Functions

Link copied to clipboard
fun get(): T

Returns the underlying pinned object.

Link copied to clipboard
fun unpin()

Disposes the handle. It must not be used after that.

Extensions