produceInCallback

inline fun <T : Any> produceInCallback(block: (setValue: (T) -> Unit) -> Unit): T(source)