Control.delayInvoke

Asynchronously calls a function after the window message queue processes its current messages. It is generally not safe to pass references to the delayed function. Exceptions are not propagated to the caller.

class Control
final
void
delayInvoke
(
void function(
)
fn
)

Meta