recover(file:line:_:)

EventLoopFuture+Deprecated.swift:82

This declaration is deprecated: Please don't pass file:line:, there's no point.

@preconcurrency func recover(file: StaticString = #fileID, line: UInt = #line, _ callback: @escaping (Error) -> Value) -> EventLoopFuture<Value>