nimiq / core-rs-albatross

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

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

Open hrxi opened 4 months ago

hrxi commented 4 months ago

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

hrxi commented 3 months ago