Future.set

Sets the future with value

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

Meta