I have a Rust/wasm32 app using multiple iframes (to avoid single shared gui thread) and multiple webworkers.
Is there something like 'nice' ? I want to assign a number to each iframe / web_worker, indicating their priority.
I have a Rust/wasm32 app using multiple iframes (to avoid single shared gui thread) and multiple webworkers.
Is there something like 'nice' ? I want to assign a number to each iframe / web_worker, indicating their priority.