chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
114 stars 22 forks source link

Consider integrating Tokio Console #827

Open ercecan opened 3 months ago

ercecan commented 3 months ago

Tokio Console is a powerful diagnostics and debugging tool for asynchronous Rust programs. As suggested by @kpp, we should consider integrating it into our codebase in the future. This tool can be particularly useful for identifying complex scenarios such as deadlocks by allowing us to monitor all tasks spawned by Tokio.