makeTask

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

Meta