Package: later 1.4.3
later: Utilities for Scheduling Functions to Execute Later with Event Loops
Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.
Authors:
later_1.4.3.tar.gz
later_1.4.3.zip(r-4.6)later_1.4.3.zip(r-4.5)later_1.4.3.zip(r-4.4)
later_1.4.3.tgz(r-4.5-x86_64)later_1.4.3.tgz(r-4.5-arm64)later_1.4.3.tgz(r-4.4-x86_64)later_1.4.3.tgz(r-4.4-arm64)
later_1.4.3.tar.gz(r-4.6-arm64)later_1.4.3.tar.gz(r-4.6-x86_64)later_1.4.3.tar.gz(r-4.5-arm64)later_1.4.3.tar.gz(r-4.5-x86_64)
later_1.4.3.tgz(r-4.5-emscripten)later_1.4.3.tgz(r-4.4-emscripten)
later.pdf |later.html✨
later/json (API)
NEWS
# Install 'later' in R: |
install.packages('later', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/later/issues
Pkgdown site:https://later.r-lib.org
Last updated 4 days ago from:7d63f36145 (on v1.4.3). Checks:14 OK. Indexed: no.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-arm64 | OK | 136 | |
linux-devel-x86_64 | OK | 142 | |
source / vignettes | OK | 168 | |
linux-release-arm64 | OK | 129 | |
linux-release-x86_64 | OK | 147 | |
macos-release-arm64 | OK | 105 | |
macos-release-x86_64 | OK | 227 | |
macos-oldrel-arm64 | OK | 114 | |
macos-oldrel-x86_64 | OK | 233 | |
windows-devel | OK | 165 | |
windows-release | OK | 169 | |
windows-oldrel | OK | 159 | |
wasm-release | OK | 117 | |
wasm-oldrel | OK | 158 |
Exports:create_loopcurrent_loopdestroy_loopexists_loopglobal_looplaterlater_fdloop_emptynext_op_secsrun_nowwith_loopwith_temp_loop
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Private event loops | create_loop current_loop destroy_loop exists_loop global_loop with_loop with_temp_loop |
Executes a function later | later |
Executes a function when a file descriptor is ready | later_fd |
Relative time to next scheduled operation | next_op_secs |
Execute scheduled operations | run_now |