yield(_:)

Yields the element to the inbound stream.

AsyncChannelInboundStream.swift:42
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
func yield(_ element: Inbound)

Parameters

element

The element to yield to the inbound stream.