Skip to content

v0.4.0

Compare
Choose a tag to compare
@OguzYuuksel OguzYuuksel released this 13 Mar 13:04
· 9 commits to master since this release
9dbbdf2
  • Bridge to Structured Concurrency implemented.
    • Publisher<Output, Error> .stream computed property returns AsyncThrowingStream<Output, Error>.
    • Publisher<Output, Never> .stream computed property returns AsyncStream<Output>.
    • Promise<Output, Error> .value computed property returns get async throws -> Output.