Package: synchronicity 1.3.10
Michael J. Kane
synchronicity: Boost Mutex Functionality in R
Boost mutex functionality in R.
Authors:
synchronicity_1.3.10.tar.gz
synchronicity_1.3.10.tar.gz(r-4.5-noble)synchronicity_1.3.10.tar.gz(r-4.4-noble)
synchronicity_1.3.10.tgz(r-4.4-emscripten)synchronicity_1.3.10.tgz(r-4.3-emscripten)
synchronicity.pdf |synchronicity.html✨
synchronicity/json (API)
NEWS
# Install 'synchronicity' in R: |
install.packages('synchronicity', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 10 months agofrom:aca4acf759. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
Exports:attach.mutexboost.mutexdescribedescriptionis.timedlocklock.sharedsharedshared.nametimeoutunlockunlock.shareduuid
Dependencies:BHbigmemory.sriRcppuuid
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Attach to an existing mutex. | attach.mutex attach.mutex,boost.mutex.descriptor-method attach.mutex,character-method |
Create a boost.mutex object | boost.mutex |
The boost.mutex class | boost.mutex-class |
An S4 class holding boost.mutex description information. | boost.mutex.descriptor-class |
Describe the boost.mutex object | describe,boost.mutex-method |
Accessor for descriptor objects | description description,descriptor-method |
An S4 class holding mutex description information. | descriptor-class |
Timeout operations for boost.mutex objects | is.timed is.timed,boost.mutex-method timeout timeout,boost.mutex-method |
Lock and Unlock a Mutex | lock lock,boost.mutex-method lock.shared lock.shared,boost.mutex-method unlock unlock,boost.mutex-method unlock.shared unlock.shared,boost.mutex-method |
The boost.mutex class | mutex-class |
Is it a shared mutex? | shared shared,boost.mutex-method |
The name of a mutex's shared resource | shared.name shared.name,boost.mutex-method |
Create a universal unique identifier. | uuid |