zpp-2022-rust-seastar / seastar-rs

Idiomatic Rust bindings to the Seastar framework
6 stars 3 forks source link

Expose scheduling group API to Rust #33

Open patjed41 opened 1 year ago

patjed41 commented 1 year ago

We would like to expose a simplified version of the API implemented in scheduling.hh to Rust. More specifically, we want to expose:

Additionally, we want to use exposed seastar::schedoluing_group to finish implementation of timer's specializations (see #32).

We don't want to expose the rest of the scheduling API for now because it might be really hard to implement and is not that important for us.