Files
vert.x/src
Thomas Segismont 52cb285d46 Completed futures should operate on provided context
SucceededFuture and FailedFuture, like other futures, take a context as constructor param.
If not null, this context should be used to dispatch the execution of future handlers.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
2020-02-06 18:19:53 +01:00
..