Crate process_limiter

source ·
Expand description

Examples

// Create a Limiter that generates Tasks that are actually used for control.
use process_limiter::{Limiter, LimiterExt};
let mut limiter = Limiter::new();
// Derive a Task from Limiter
let mut task = limiter.spawn();
/* Check the documentation for the Task structure to learn how to use this Task */

Modules

Structs

Enums

Traits

Functions