Operator
-=(_:_:)
Subtracts the second future from the first and stores the difference in the left-hand-side variable
static func -= (lhs: inout EventLoopFuture<Value>, rhs: EventLoopFuture<Value>)
Operator
static func -= (lhs: inout EventLoopFuture<Value>, rhs: EventLoopFuture<Value>)