BasicFuture.notify

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void notify(Exception ex, V val)
  2. void notify(Exception ex)
    class BasicFuture(V)
    static if(!(!is(V == void)))
    void
    notify
    (
    Exception ex
    )

Meta