runAllWithPromise
open fun <E> List<E>.runAllWithPromise(block: E.(promise: Promise<Void?>) -> Unit, promise: Promise<Void?>)(source)
Deprecated
Callback model APIs using `Promise` in their signatures shall be deprecated as those will be deprecated in Vert.x. See https://vertx.io/docs/guides/vertx-5-migration-guide/#_embracing_the_future_model .These APIs will either be removed or migrated to the future model.