show icon indicating copy to clipboard operation
show copied to clipboard

Create an async htop

Open mre opened this issue 6 years ago • 0 comments

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.

mre avatar Nov 20 '19 10:11 mre