Skip to main content

append

Function append 

Source
pub fn append(
    runtime_dir: &Path,
    signal: &DistillSignal,
    lru_cap: usize,
) -> Result<()>
Expand description

Append a single signal envelope to the queue, then enforce the LRU cap. Atomic w.r.t. concurrent appenders thanks to flock.