microsoft/cpprestsdk

Documentation Typo

开放

#189 创建于 2016年7月5日

 (6 条评论) (0 个反应) (0 位负责人)C++ (1,670 个派生)batch import
help wanted

仓库指标

星标
 (7,596 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

http://microsoft.github.io/cpprestsdk/classpplx_1_1task.html

As listed it states:

pplx::task< _ReturnType > Class Template Reference

However, the < _ReturnType > is described as "_ResultType" as written in the description as follows:

The Parallel Patterns Library (PPL) task class. A task object represents work that can be executed asynchronously, and concurrently with other tasks and parallel work produced by parallel algorithms in the Concurrency Runtime. It produces a result of type _ResultType

Is this a typo?

贡献者指南