Skip to content

Releases: crane-hiromu/CombineAsyncable

0.3.2

18 Aug 22:04
c000582
Compare
Choose a tag to compare
  • Fix a bug that would not cancel #8

Thanks @Ryu0118 :)

0.3.1

25 Dec 14:53
bd61c6c
Compare
Choose a tag to compare
  • Add public to some extensions

0.3

29 Nov 19:52
ab5b3c2
Compare
Choose a tag to compare
0.3
  • Add asyncSink test code
  • Add asyncSinkWithThrows test code

0.2

29 Oct 13:11
b6dbf59
Compare
Choose a tag to compare
0.2
  • Updated readme
  • Updated operator name
    • sink -> asyncSink
    • sinkWithThrows -> asyncSinkWithThrows

0.1

29 Oct 10:47
Compare
Choose a tag to compare
0.1

Add bridge functions (Combine to Concurrency)

  • asyncMap
  • asyncMapWithThrows
  • sink
  • sinkWithThrows
  • Future initializer