Promise.Then

Undocumented in source.
  1. template Then(U)
    interface Promise(T_)
    static if(is(T == void))
    template Then (
    U
    ) {}
  2. template Then(U)

Members

Aliases

Then
alias Then = U delegate()
Undocumented in source.

Meta