Skip to content

An R package for Boost interprocess mutual exclusive locks

Notifications You must be signed in to change notification settings

mtmorgan/IPCMutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badges!: [![Build Status](https://travis-ci.org/mtmorgan/IPCMutex.svg?branch=master)](https://travis-ci.org/mtmorgan/IPCMutex)<pre>
Package: IPCMutex
Title: A mutex implementation using the Boost.Interprocess library
Version: 0.0.6
Authors@R: person(
    "Martin", "Morgan", email = "Martin.Morgan@RoswellPark.org",
    role = c("aut", "cre"))
Description: This package implement a mutex and other structures to
    synchronize processes. It is useful in the context of 'parallel'
    and single-computer 'SNOW'-style clusters of forked or independent
    processes.
Depends: R (>= 3.4.0)
Imports: methods
SystemRequirements: C++11
LinkingTo: BH
License: Artistic-2.0
LazyData: true
RoxygenNote: 6.0.1
Comment: </pre>

About

An R package for Boost interprocess mutual exclusive locks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published