Skip to content

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>)