Static Methodpointfreeco.swift-dependencies 1.6.2Dependencies->_Concurrency
streamWithContinuation(_:bufferingPolicy:)
Deprecations.swift:5This declaration has been renamed to AsyncStream.makeStream(of:bufferingPolicy:).
This declaration is deprecated.
static func streamWithContinuation(_ elementType: Element.Type = Element.self, bufferingPolicy limit: Continuation.BufferingPolicy = .unbounded) -> (stream: `Self`, continuation: Continuation)