BasicFuture.notify

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

Meta