register(file:line:)
Register on an EventLoop
and so have all its IO handled.
func register(file: StaticString = #fileID, line: UInt = #line) -> EventLoopFuture<Void>
Parameters
Returns
the future which will be notified once the operation completes.