onTermination

fun Lifetime.onTermination(action: () -> Unit)

Deprecated

Use the native implementation

Replace with

onTermination(action)

Deprecated

Use the native implementation

Replace with

onTermination(closeable)