Skip to content

Releases: rockmagma02/StreamUtilities

2.0.0

29 Jun 04:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...2.0.0

1.1.2

22 Apr 04:55
eeb9361
Compare
Choose a tag to compare

What's Changed

  • fix(BidirectionalStream): fix nested stream will cause nested error by @rockmagma02 in #5

Full Changelog: 1.1.1...1.1.2

1.1.1

21 Apr 15:46
579c993
Compare
Choose a tag to compare

What's Changed

  • refactor(BidirectionalStream): build support throws by @rockmagma02 in #4

Full Changelog: 1.1.0...1.1.1

1.1.0

21 Apr 10:45
d86854a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

19 Apr 03:27
Compare
Choose a tag to compare

First Realease

SyncStream

SyncStream Package provides two classes, One is SyncStream which is similar to the swift AsyncStream but run in synchronous way. The other is BidirectionalSyncStream which is inspired by the generator in python, have the ability to send values back to the stream.