Skip to content

Operator

/(_:_:)

Returns the quotient of dividing the first future by the second
static func / (lhs: EventLoopFuture<Value>, rhs: EventLoopFuture<Value>) -> EventLoopFuture<Value>