Function lrs::msg_queue::remove

Removes a message queue.

Syntax

fn remove<P>(path: P) -> Result<(), Errno>
    where P: ToCString,

Arguments

NameDescription
path

The name of the queue.

See also