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

Remove dummy input handler in forked child process #149

Closed wch closed 3 years ago

wch commented 3 years ago

Closes #148.

Relevant comment from the PR that introduced the issue: https://github.com/r-lib/later/pull/141/files#r535721698

In my reply to that comment, I apparently was incorrect about it not mattering whether the dummy input handler was removed.