l_after_idle {loon} | R Documentation |
Evaluate a function on once the processor is idle
Description
It is possible for an observer to call the configure method of that plot while the plot is still in the configuration pipeline. In this case, a warning is thrown as unwanted side effects can happen if the next observer in line gets an outdated notification. In this case, it is recommended to use the l_after_idle function that evaluates some code once the processor is idle.
Usage
l_after_idle(fun)
Arguments
fun |
function to be evaluated once tcl interpreter is idle |
[Package loon version 1.4.1 Index]