Skip to content

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