r-lib / later

Schedule an R function or formula to run after a specified period of time.
https://r-lib.github.io/later
Other
137 stars 27 forks source link

[feature request] Schedule callback based on connection activity #130

Open dselivanov opened 4 years ago

dselivanov commented 4 years ago

background pkg allows to schedule callbacks based on file descriptor (and R connections) activity. Would it be hard to add similar mechanism to the later pkg?