Priority constants for convenient use.
use ringkernel::prelude::*; let opts = LaunchOptions::default() .with_priority(priority::HIGH);