Releases: softwaremill/jox
Releases · softwaremill/jox
v0.3.1
What’s Changed
- Short-circuit select if there's any error (#61) @adamw
v0.3.0
What’s Changed
- Add structured concurrency module (#58) @adamw
Release 0.2.0
What’s Changed
- Rename "safe" variants to "...orClosed" (#55) @adamw
v0.1.1
What’s Changed
- Only use busy-looping for rendezvous channels (#50) @adamw
v0.1.0
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.5
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