crul v0.3.8
BUG FIXES
- Fixed
AsyncVaried
to return async responses in the order that
they were passed in. This also fixes this exact same behavior in
Async
becauseAsync
usesAsyncVaried
internally. (#41)
thanks @dirkschumacher for reporting
AsyncVaried
to return async responses in the order thatAsync
because Async
uses AsyncVaried
internally. (#41)