blockConcurrencyWhile

abstract fun <T> blockConcurrencyWhile(callback: () -> Promise<T>): Promise<T>