microsoft/cpprestsdk

Documentation Typo

Ouverte

#189 ouverte le 5 juil. 2016

 (6 commentaires) (0 réaction) (0 personne assignée)C++ (1 670 forks)batch import
help wanted

Métriques du dépôt

Stars
 (7 596 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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?

Guide contributeur