Displaying 1 result from an estimated 1 matches for "rsleep".
Did you mean:
sleep
2025 Apr 27
1
on.exit() handler being interrupted by time limit
This StackOverflow question: https://stackoverflow.com/q/79594532 and
this discussion on Github: https://github.com/r-lib/evaluate/issues/242
are talking about an interesting situation.
Under a fairly simple setup shown in both, setTimeLimit() can interrupt
the on.exit() handler that was installed by evaluate::evaluate(),
leaving the system in a weird state.
Here's the setup:
If the