0.1.5 - 2023-10-27
- Add
Default
andFrom<T>
impls forRobustMutex<T>
.
0.1.4 - 2023-10-27
- Add a
RobustMutex
which gets poisoned on panics and cancellations.
0.1.3 - 2023-10-27
This version was not released due to a publishing issue.
0.1.2 - 2023-07-27
- Add a
coop_cancel
module to enable explicit, cooperative cancellation.
0.1.1 - 2023-07-24
- Add support for
TryStreamExt::for_each_concurrent_then_try
.
0.1.0 - 2023-07-20
Initial release, with support for:
SinkExt::reserve
- A
join_then_try!
macro - A
future::join_all_then_try
adapter TryStreamExt
, with acollect_than_try
adapter