Skip to content

Operator

+=(_:_:)

Adds two futures and stores the result in the left-hand-side variable
static func += (lhs: inout EventLoopFuture<Value>, rhs: EventLoopFuture<Value>)