Crates.io | riot-rs-runqueue |
lib.rs | riot-rs-runqueue |
version | 0.1.2 |
source | src |
created_at | 2023-01-27 13:45:04.365308 |
updated_at | 2023-01-27 13:45:04.365308 |
description | RIOT-rs runqueue implementation |
homepage | |
repository | |
max_upload_size | |
id | 769664 |
size | 25,312 |
This repository contains the Runqueue as used by RIOT-rs. It basically encodes the scheduling, as in, "which thread should be switched to next?".
The crate is not supposed to be used on its own, but as dependendy of RIOT-rs.
lib.rs
contains the public API. runqueue.rs
contains
the only current implementation.
We expect other implementations to show up (with different trade-offs), which
can hopefully switched using crate features. For that reason, there are some
tests against the public API in lib.rs
.
This crate currently requires a recent compiler supporting const fn. For the time being, it is recommended to use a current nightly.
riot-rs-runqueue is licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Copyright (C) 2021 Freie Universität Berlin, Inria, Kaspar Schleiser
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.