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.7-arm64)synchronicity_1.3.10.tar.gz(r-4.7-x86_64)synchronicity_1.3.10.tar.gz(r-4.6-arm64)synchronicity_1.3.10.tar.gz(r-4.6-x86_64)
synchronicity_1.3.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:aca4acf759. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 115 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 123 | ||
| wasm-release | OK | 117 |
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 |