Add function for changing thread's nice value

Linux only.
This commit is contained in:
Ivan Mironov
2021-10-27 06:07:37 +05:00
committed by Trent Nelson
parent 7200c5106e
commit 18b1baa3c1
4 changed files with 146 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ pub mod recycler;
pub mod recycler_cache;
pub mod sigverify;
pub mod test_tx;
pub mod thread;
#[macro_use]
extern crate lazy_static;