aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
120 stars 35 forks source link

Use composable futures instead of MultipleFutures #56

Closed aesteve closed 7 years ago

aesteve commented 8 years ago

see https://github.com/eclipse/vert.x/pull/1281

aesteve commented 7 years ago

That's gonna be a very very tough one.

@vietj if you ever see this notification, have a look at this kind of stuff to see if you're interested in such an implementation for CompositeFuture.

Also, the MultipleFuture I did before CompositeFuture was created had another goal : launching computations. "Batching" a set of computations, kind of.

Maybe it's another concern, and should not be part of the CompositeFutureimplementation. It's all up to you, I'm open to discussions / help you if you're interested, just let me know.