DisposablePromise

fun <T> DisposablePromise(promise: Promise<T>, dispose: () -> Unit): DisposablePromise<T>(source)