Skip to content

Operator

|=(_:_:)

Stores the result of performing a bitwise OR operation on the two given futures in the left-hand-side variable
static func |= (lhs: inout EventLoopFuture<Value>, rhs: EventLoopFuture<Value>)

See Also

EventLoopFuture operators