EventLoop.createTask

Undocumented in source. Be warned that the author may not have intended to support it.
  1. AbstractTask createTask(Args args)
  2. AbstractTask createTask(F delegateOrFp, Args args)
    class EventLoop
    static
    createTask
    (
    F
    Args...
    )
    if (
    is(typeof(delegateOrFp(args)))
    )

Meta