Operator
/=(_:_:)
Divides the first future by the second and stores the quotient 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>)