Closed andresv closed 2 years ago
Base: 39.16% // Head: 39.21% // Increases project coverage by +0.05%
:tada:
Coverage data is based on head (
fcc513e
) compared to base (3f175ec
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
CI errors seems to be unrelated to my change.
Wanna merge?
This PR adds
Client::release_queue()
andEventloop::release_queue()
. Those can be called before dropping Client and Eventloop to get back original producer and consumer that can be given back to BBQueue after that. Useful when you want to reinit everything from scratch.