Promise.JoinedCallback

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

Meta