Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

giupo/lockedlist

Repository files navigation

lockedlist

The goal of lockedlist is to provide a filesystem backed locked list.

Installation

You can install the development version of lockedlist like so:

devtools::install_github("giupo/lockedlist")

Example

This is a basic example which shows you how to use a locked list:

path <- rutils::tempdir()
ll <- lockedlist::lockedlist$new(path)
ll$set(list(A = 1, B = 2))
ll$get("A")

all operations should (see notes on https://github.com/r-lib/filelock/blob/main/README.md#special-file-systems ) be thread safe.

About

A locked thread safe container

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages