Task.then

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto then(F fn)
    struct Task(T)
    then
    (
    F
    )
    (
    F fn
    )
    if (
    VALUED &&
    isSomeFunction!F
    &&
    Parameters!F.length == 1
    &&
    is(Parameters!F[0] == T)
    )
  2. auto then(F fn)

Meta