later icon indicating copy to clipboard operation
later copied to clipboard

Should implement create_loop(autorun=TRUE)

Open wch opened this issue 4 years ago • 0 comments

See here:

https://github.com/r-lib/later/blob/ae297fa9a51e7b162c26697f4ab9a97079020c59/R/later.R#L50-L54

This will eliminate the need for a callback that does the following:

  • the callback schedules the private loop to run from the main loop.
  • it reschedules itself.

wch avatar Aug 09 '19 17:08 wch