later icon indicating copy to clipboard operation
later copied to clipboard

Schedule an R function or formula to run after a specified period of time.

Results 43 later issues
Sort by recently updated
recently updated
newest added

I'm probably missing something very obvious here, but I'm also completed stumped as to how to use `with_temp_loop()`. Here's a trivial global-loop example: ```R later::later(function() print("foo"), delay = 2) ```...

This was flagged by `-Wmissing-variable-declarations`. We could also (1) declare it in the header (2) but it in an anonymous namespace.

I fail to install later in termux . i took one night to view the exists issues relate the topic timespec, the way is write something in this file Makevars...

Here is the log: ``` * installing *source* package ‘later’ ... ** package ‘later’ successfully unpacked and MD5 sums checked ** using staged installation Running configure script -latomic linker flag...

I use later in my package to call R from a C++ background thread in a safe way. From looking in the source code I assume `later` waits for some...

Import the functionality of `pool::scheduleTaskRecurring` directly into `later`, with additional limits. This PR is a combination of things I like to do with polling background processes. I'm familiar (a little)...

timespec_get is not available on Android's Bionic libc -- e.g. in sys/time.h ... This was raised as an issue in tinycthread/tinycthread#47 and this fix is based on @mcclure's commit https://github.com/mcclure/lovr/commit/c322ce2f04e56f6003a2798b5c8b79bf15641bcd...

This PR proposes adding a way to check the total number of queued callbacks for a loop. One of the issues we've encountered with `httpuv`/Plumber APIs (and [a another `later`-based...

Credit to @wch

Hi, I'm a developer of a parallel backend package and looking for a way to call a function after a specific time period in the worker, so it can give...