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.

  1. void delayInvoke(void function() fn)
    class Control
    final
    void
    delayInvoke
    (
    void function(
    )
    fn
    )
  2. void delayInvoke(void function(Control, size_t[]) fn, size_t[] params...)

Meta