mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
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>