Future.set

Sets the future with no value

  1. void set()
    struct Future(T)
    @nogc @safe nothrow
    static if(is(T == void))
    void
    set
    ()
  2. void set(T value)
  3. void set(T value)

Meta