nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
165 stars 67 forks source link

Audit early returns in `Future::poll` functions in the codebase #2550

Open hrxi opened 6 months ago

hrxi commented 6 months ago

This can easily starve sub-futures if not handled carefully.

hrxi commented 5 months ago