Task.start

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias start = call
  2. void start()
    class Task(F, A...)
    @trusted
    void
    start
    ()
    if (
    isCallable!F
    )

Meta