onFulfill.onFulfill

Undocumented in source. Be warned that the author may not have intended to support it.
  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)

Meta