Shockingly Good
Shockingly Good
Hi @CAD97! Thank you for your report. Let me answer. 1. Thank you for pointing this out. It is indeed misleading that it doesn't work for the thread object and...
I have an idea of creating a separate structure called `ThreadExt` or `PrioritisedThread`, which would encapsulate the `std::thread::Thread` inside and a native thread id (as I call it). How does...
That is a good question and I have never had anything even remotely connected to WASM, so I literally have no idea. Let's wait until someone else answer this question.
According to the information I have found, it should work, but the crate can't be built right now due to libc not supporting the necessary functions for it to work:...
I am sorry to say this, but I have stopped attempting to bring support for WASM. If it happens that libc finally builds with these functions for emscripten, it will...
Done! Thanks for the help!
Hi @nhoyle and thank you for your response. May I ask what exactly is not working properly?
> I have attempted two paths to set Idle scheduling class. The first is not actually "valid" (possibly): > > ``` > > #[cfg(target_os = "linux")] > { > print!("Linux...