Promise.FulfillCallback

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

Meta