I want to count the number of running threads. In Linux, this could be done by counting the entries in /proc/[pid]/task/
. I assume there is some c-based lib, but I could not find that.
Is there any portable way to get this information? Supporting windows & unix only is fine.
There is https://lib.rs/crates/num_threads, but it doesn't support Windows, so I don't know whether it's possible at all.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.