resolvedPromiseOk

fun <V, E> resolvedPromiseOk(thread: ThreadRef, value: V): Future<V, E>

Returns a Future which has already resolved successfully.