Closed voronaam closed 2 years ago
Fixes https://github.com/tf-encrypted/runtime/issues/912
AsyncSession
Send
Arc::clone
join_on_first_error
Fixes https://github.com/tf-encrypted/runtime/issues/912
AsyncSession
is nowSend
Arc::clone
. This is a cleaner approach and makesjoin_on_first_error
even more straight-forward. It is not dealing with the locks anymore.