diff --git a/Sources/SyncStream/BidirectionalSyncStream.swift b/Sources/SyncStream/BidirectionalSyncStream.swift index 06c302e..00011cf 100644 --- a/Sources/SyncStream/BidirectionalSyncStream.swift +++ b/Sources/SyncStream/BidirectionalSyncStream.swift @@ -239,6 +239,10 @@ public extension BidirectionalSyncStream { } } + /// Constructs an Bidrectional synchronous stream from the Element Type + /// + /// - Returns: A tuple containing the stream and its continuation. The continuation + /// should be passed to the producer while the stream should be passed to the consumer. static func makeStream( _: YieldT.Type = YieldT.self, _: SendT.Type = SendT.self,