rtkit-rs

Crates.iortkit-rs
lib.rsrtkit-rs
version0.1.0
created_at2025-07-17 18:20:54.656993+00
updated_at2025-07-17 18:20:54.656993+00
descriptionRust bindings for the RealtimeKit D-Bus interface
homepagehttps://github.com/asymptotic-io/rtkit-rs
repositoryhttps://github.com/asymptotic-io/rtkit-rs
max_upload_size
id1757906
size34,034
Sanchayan Maity (SanchayanMaity)

documentation

README

rtkit-rs

This crate provides a Rust API to request high or realtime priority scheduling for a process' thread, using rtkit. The rtkit daemon includes a number of mitigations to help avoid real-time applications from running away with CPU resources.

Currently, this crate only includes a synchronous API that uses the org.freedesktop.RealtimeKit1 D-Bus interface to make calls to the rtkit daemon. In the future, an asynchronous API could also be provided if required (i.e. please file an issue if you want this).

Commit count: 0

cargo fmt