You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be a lot of fun to learn how to create a "lazy" version of htop and find out about the limitations of the Rust crate ecosystem around cross-platform process monitoring.
How?
Find some crates for process monitoring and put them behind async/await to update each process status regularly and independently from other processes.
The text was updated successfully, but these errors were encountered:
What?
Rewrite htop in Rust using async/await.
Why?
Would be a lot of fun to learn how to create a "lazy" version of htop and find out about the limitations of the Rust crate ecosystem around cross-platform process monitoring.
How?
Find some crates for process monitoring and put them behind async/await to update each process status regularly and independently from other processes.
The text was updated successfully, but these errors were encountered: