FuturePromise.then

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FuturePromise!R then(R delegate() handler)
    class FuturePromise(T)
    static if(is(T == void))
    then
    (
    R
    )
    (
    R delegate
    ()
    handler
    )
  2. FuturePromise!R then(R delegate(T) handler)

Meta