Skip to content

OperatorNIOCore

+(_:_:)

Adds two futures and produces their sum
static func + (lhs: EventLoopFuture<Value>, rhs: EventLoopFuture<Value>) -> EventLoopFuture<Value>

See Also

EventLoopFuture operators