Promise

fun <out T> Promise(executor: (resolve: (T) -> Unit, reject: (Throwable) -> Unit) -> Unit)