Skip to content

Releases: AsyncSwiftKits/AsyncChannelKit

Release 0.0.7

Choose a tag to compare

@brennanMKE brennanMKE released this 22 Aug 05:01

Uses latest release of AsyncTesting to drop try from calls to waitForExpectations.

Release 0.0.6

Choose a tag to compare

@brennanMKE brennanMKE released this 21 Aug 23:05

Adds AsyncTesting dependency to revise tests.

Release 0.0.5

Choose a tag to compare

@brennanMKE brennanMKE released this 12 Aug 05:09

Revises implementation to increase compatibility with Apple's Async Algorithms.

Release 0.0.4

Choose a tag to compare

@brennanMKE brennanMKE released this 04 Aug 03:44

Adds more tests and forEach function

Release 0.0.3

Choose a tag to compare

@brennanMKE brennanMKE released this 29 Jul 21:04

Revised public types to be AsyncChannel and AsyncThrowingChannel which now have nested Iterators. The channel now also conforms to AsyncSequence.

Release 0.0.2

Choose a tag to compare

@brennanMKE brennanMKE released this 29 Jul 03:25

Adds checks for sending after termination and the ability to throw an error which terminates the sequence.

Release 0.0.1

Choose a tag to compare

@brennanMKE brennanMKE released this 27 Jul 22:50

Initial implementation with passing tests.