iddm / thread-priority

A simple Cross-platform thread schedule and priority library for rust.
MIT License
110 stars 20 forks source link

Add flag support to deadline scheduling. #13

Open FridayOrtiz opened 2 years ago

FridayOrtiz commented 2 years ago

Regarding the discussion in https://github.com/vityafx/thread-priority/pull/12, the crate currently does not support setting flags during deadline scheduling. I would like to add it.

@vityafx , I don't have permissions to assign issues in this repo but feel free to assign it to me.

iddm commented 2 years ago

Done! Thanks for the help!