l_after_idle: Evaluate a function on once the processor is idle

View source: R/l_after.R

l_after_idleR 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


loon documentation built on July 9, 2023, 5:48 p.m.