Package: semaphore 1.2.0
semaphore: Shared Memory Atomic Operations
Implements named semaphores from the 'boost' 'C++' library <https://www.boost.org/> for interprocess communication. Multiple 'R' sessions on the same host can block (with optional timeout) on a semaphore until it becomes positive, then atomically decrement it and unblock. Any session can increment the semaphore.
Authors:
semaphore_1.2.0.tar.gz
semaphore_1.2.0.zip(r-4.7)semaphore_1.2.0.zip(r-4.6)semaphore_1.2.0.zip(r-4.5)
semaphore_1.2.0.tgz(r-4.6-x86_64)semaphore_1.2.0.tgz(r-4.6-arm64)semaphore_1.2.0.tgz(r-4.5-x86_64)semaphore_1.2.0.tgz(r-4.5-arm64)
semaphore_1.2.0.tar.gz(r-4.7-arm64)semaphore_1.2.0.tar.gz(r-4.7-x86_64)semaphore_1.2.0.tar.gz(r-4.6-arm64)semaphore_1.2.0.tar.gz(r-4.6-x86_64)
semaphore_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
semaphore/json (API)
NEWS
| # Install 'semaphore' in R: |
| install.packages('semaphore', repos = c('https://cmmr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cmmr/semaphore/issues
Pkgdown/docs site:https://cmmr.github.io
Last updated from:1390292dab. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 173 | ||
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 234 | ||
| linux-release-arm64 | OK | 115 | ||
| linux-release-x86_64 | OK | 130 | ||
| macos-release-arm64 | OK | 112 | ||
| macos-release-x86_64 | OK | 236 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| macos-oldrel-x86_64 | OK | 482 | ||
| windows-devel | OK | 115 | ||
| windows-release | OK | 120 | ||
| windows-oldrel | OK | 118 | ||
| wasm-release | OK | 121 |
Exports:create_semaphoredecrement_semaphoreincrement_semaphoreremove_semaphore
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Shared Memory Atomic Operations | create_semaphore decrement_semaphore increment_semaphore remove_semaphore |
