future

Creates a new, succeeded EventLoopFuture from the worker’s event loop with a Void value.

EventLoop+Future.swift:9
func future() -> EventLoopFuture<Void>

Returns

The succeeded future.

let a: EventLoopFuture = req.future()