JsPromise.JoinedCallback

Undocumented in source.
  1. alias JoinedCallback(P = void) = P delegate() nothrow
  2. alias JoinedCallback(P) = P delegate(JoinedType) nothrow
    struct JsPromise(T = Any)
    nothrow
    static if(!(is(T == void)))
    alias JoinedCallback(P) = P delegate nothrow

Meta