Home | History | Annotate | Download | only in src

Lines Matching full:is_done

4633     bool is_done() const
4637 throw Concurrency::invalid_operation("is_done() cannot be called on a default constructed task.");
5910 bool is_done() const
5912 return _M_unitTask.is_done();