Skip to content

Operator

>>(_:_:)

Returns the result of shifting a future’s binary representation the specified number of digits to the right
static func >> (lhs: EventLoopFuture<Value>, rhs: EventLoopFuture<some BinaryInteger>) -> EventLoopFuture<Value>

See Also

EventLoopFuture operators