Releases: MiloszKrajewski/K4os.Async.Toys
Releases · MiloszKrajewski/K4os.Async.Toys
v0.0.18
v0.0.17
- FIXED: double dispose on BatchBuilder was throwing an exception
v0.0.16
- ADDED: exposed previously internal DisposableBag
v0.0.15
- FIXED: even more bugs in AliveKeeper
- ADDED: BatchSubscriber allows to subscribe to any poll-able source
v0.0.14
- FIXED: multiple bugs in AliveKeeper
v0.0.13
- ADDED: maximum concurrency setting
- ADDED: concurrency policies for AliveKeeper
- FIXED: safe sync policy was deadlocking in some cases
- ADDED: ability for agents to end their work without being disposed
- ADDED: cancellation token can be passed to agents
v0.0.12
- ADDED: maximum concurrency setting
- ADDED: concurrency policies for AliveKeeper
- FIXED: safe sync policy was deadlocking in some cases
- ADDED: ability for agents to end their work without being disposed
v0.0.9
- Added maximum concurrency setting
v0.0.8
- CHANGED: build process
- ADDED: GitHub actions
- FIXED: Minor bug in AliveKeeper (sometimes actions were called with not items at all)
- CHANGED: Minor optimization in AliveKeeper (removed unnecessary allocations)
- ADDED: Explicit target for .NET 5
v0.0.7
- CHANGED: build process
- ADDED: GitHub actions
- FIXED: Minor bug in AliveKeeper (sometimes actions were called with not items at all)
- CHANGED: Minor optimization in AliveKeeper (removed unnecessary allocations)