kvar

fun <T> kvar(initialValue: T): KVar<T>(source)

Create a new KVar, and call KVar.close() when this ElementCreator is cleaned up.