SharedControl.delayInvoke

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void delayInvoke(void function(Control, ARGS) fn, ARGS args)
    class SharedControl
    void
    delayInvoke
    (
    ARGS...
    )
    (
    void function
    (,
    ARGS
    )
    fn
    ,
    ARGS args
    )
    if (
    ARGS.length &&
    !hasLocalAliasing!(ARGS)
    )
  2. void delayInvoke(void function(Control, ARGS) fn, ARGS args)

Meta