onFulfill

Undocumented in source.
  1. void onFulfill(shared(Future!A) future, void delegate(A) callback)
    template onFulfill(A)
    static
    void
    onFulfill
    (
    shared(Future!A) future
    ,
    void delegate
    (
    A
    )
    callback
    )
  2. void onFulfill(shared(Future!A) future, void delegate() callback)

Members

Static functions

onFulfill
void onFulfill(shared(Future!A) future, void delegate(A) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onFulfill
void onFulfill(shared(Future!A) future, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta