Function new

Source
pub fn new<P: AsRef<Path>>(
    path: P,
) -> Result<(DiskRing<Sender>, DiskRing<Receiver>), RingbufError>