Skip to content

Releases: softwaremill/jox

v0.2.1

23 May 14:26
52d2290
Compare
Choose a tag to compare

What’s Changed

Release 0.2.0

17 Apr 07:43
29c6f79
Compare
Choose a tag to compare

What’s Changed

  • Rename "safe" variants to "...orClosed" (#55) @adamw

v0.1.1

27 Feb 12:48
9d73fa4
Compare
Choose a tag to compare

What’s Changed

  • Only use busy-looping for rendezvous channels (#50) @adamw

v0.1.0

19 Feb 17:05
10f28ea
Compare
Choose a tag to compare

What’s Changed

  • Failing test for multiple interrupted sends (#49) @adamw
  • Use volatiles & var handles instead of atomics (#45) @adamw
  • Cleanup send segments when closed, fix segment estimate in test (#47) @adamw
  • Remove buffered wrapper, store values directly (#46) @adamw
  • More benchmarks (#43) @adamw
  • Implement isClosedForSend / isClosedForReceive (#42) @adamw
  • Remove the skip-when-done in selects (#41) @adamw

v0.0.7

26 Jan 09:27
1483c2d
Compare
Choose a tag to compare

What’s Changed

v0.0.6

25 Jan 10:06
240e2c4
Compare
Choose a tag to compare

What’s Changed

v0.0.5

23 Jan 20:33
a21dd9e
Compare
Choose a tag to compare

What’s Changed

  • Remove autocloseable (#36) @adamw
  • Select restarts when a channel for a receive clause is done (#35) @adamw
  • Implement source views (#34) @adamw
  • Make Channel implement AutoCloseable (#33) @adamw
  • Separate Sink, Source & CloseableChannel interfaces (#32) @adamw

v0.0.4

09 Jan 16:17
253fc85
Compare
Choose a tag to compare

What’s Changed