makeTask

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

Meta