vert-x3 / issues

Apache License 2.0
37 stars 7 forks source link

Vert.x stack futurisation #472

Closed vietj closed 3 years ago

vietj commented 5 years ago

This issue keeps track of the futurisation of the Vert.x stack, it's an umbrella issue

cvgaviao commented 5 years ago

in which moment of futurisation plan will the Future interface extend CompletionStage?

vietj commented 5 years ago

Hi,

I think that's something we can think about.

At the moment I would rather keep Vert.x Future as is and add a toCompletionStage method on it rather than extending it.

Julien

On 5 Aug 2019, at 17:48, Cristiano Gavião notifications@github.com wrote:

in which moment of futurisation plan will the Future interface extend CompletionStage?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vert-x3/issues/issues/472?email_source=notifications&email_token=AABXDCQIL7BGTU2JWEYGU73QDBDUZA5CNFSM4H26DLE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3SHTTY#issuecomment-518289871, or mute the thread https://github.com/notifications/unsubscribe-auth/AABXDCQSKB5ALG5EOAZ3FX3QDBDUZANCNFSM4H26DLEQ.

tsegismont commented 5 years ago

@vietj how about adding the toCompletionStage method in milestone4 ?

vietj commented 5 years ago

I would like actually to come up with several proposals for Future