register(file:line:)

Register on an EventLoop and so have all its IO handled.

ChannelInvoker.swift:110
func register(file: StaticString = #fileID, line: UInt = #line) -> EventLoopFuture<Void>

Parameters

file

The file this function was called in, for debugging purposes.

line

The line this function was called on, for debugging purposes.

Returns

the future which will be notified once the operation completes.