R/RcppExports.R

Defines functions lock.interface unlock.interface

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

lock.interface <- function(pathIn, exclusive) {
    .Call('flock_lockInterface', PACKAGE = 'flock', pathIn, exclusive)
}

unlock.interface <- function(descriptorIn) {
    invisible(.Call('flock_unlockInterface', PACKAGE = 'flock', descriptorIn))
}

Try the flock package in your browser

Any scripts or data that you put into this service are public.

flock documentation built on May 2, 2019, 6:52 p.m.