Quantcast
Channel: PPL Power Pack
Browsing all 36 articles
Browse latest View live

Updated Wiki: Heterogeneous when_all

when_all defined in header <pplpp.h>template<typename ... _Ty> concurrency::task<std::tuple<_Ty...>> when_all(_Ty... tasks)Summary Creates a task that will complete successfully...

View Article



Updated Wiki: Heterogeneous when_any

when_any defined in header <pplpp.h>template<typename ... _Ty> concurrency::task<std::tuple<_Ty...>> when_any(_Ty... tasks)Summary Creates a task that will complete successfully...

View Article

Updated Wiki: Tuple task unwrapping

unwrap_tuple defined in header <pplpp.h>template<typename Func> unwrapperedFunctor<Func> unwrap_tuple(const Func& f)Summary Creates a functor that unwraps the return tuple of the...

View Article

Updated Wiki: Task continuation loop

create_iterative_task defined in header <pplpp.h>inline concurrency::task<void> create_iterative_task(std::function<concurrency::task<bool>()> body,...

View Article

Updated Wiki: Timer task

create_timer_task defined in header <pplpp.h>inline concurrency::task<void> create_timer_task(std::chrono::milliseconds time, concurrency::cancellation_token ct =...

View Article


Updated Wiki: Timed cancellation token

timed_cancellation_token_source class defined in header <pplpp.h>class timed_cancellation_token_sourceSummary A cancellationtokensource with delayed cancelation feature. The “cancel” method has...

View Article

Updated Wiki: Task with progress class

task with progress class defined in header <pplpp.h>, windows store app only.template<typename ResultType, typename ProgressType> class task_with_progressPublic Constructors: Name:...

View Article

Updated Wiki: Task with progress class

task{_}with{_}progress class defined in header <pplpp.h>, windows store app only.template<typename ResultType, typename ProgressType> class task_with_progressPublic Constructors: Name:...

View Article


Updated Wiki: Task with progress class

task_with_progress class defined in header <pplpp.h>, windows store app only.template<typename ResultType, typename ProgressType> class task_with_progressPublic Constructors: Name:...

View Article


Updated Wiki: Supported platform

The supported platform for our features We support all windows versions that be compactable with following selected versions visual studio. Features Supported Platform Heterogeneous when_all Visual...

View Article

Updated Wiki: Supported platform

The supported platform for our features We support all windows versions that be compactable with following selected versions visual studio. Features Supported Platform Heterogeneous when_all Visual...

View Article

Updated Wiki: Documentation

Welcome Before you get started we recommend you begin with going over the documentation.Feature OverviewHeterogeneous when_allHeterogeneous when_anyTuple task unwrappingTask continuation loopTimer...

View Article

Updated Wiki: How to use it

How to Use PPL Power PackDownload from ColdePlex You can get the latest released PPL Power Pack zip file from https://pplpp.codeplex.com/releasesAlso you could get the source code by Git from our git...

View Article


Updated Wiki: How to use it

How to Use PPL Power PackDownload from ColdePlex You can get the latest released PPL Power Pack zip file from https://pplpp.codeplex.com/releasesAlso you could get the source code by Git from our git...

View Article

Updated Wiki: Sample overview

Samples OverviewBlinksIntroductionBlinks sample is a windows 8.1 store app sample that blinks screen with different colors for a given amount of time. Iterative tasks are used to generate the long...

View Article


Source code checked in, #e66abc5ff6f795826af3385258c01273efe9d7ee

reordered testcases in pplpptest.h to elimate the build failure in winrt. Updated vs12.winrt project to include correct header files.

View Article

Updated Wiki: Home

Welcome PPL Power Pack is a Microsoft feature extension package for PPL Async Library (ppltasks) in Visual Studio 2012 and Visual Studio 2013. It includes several customer most asked features that...

View Article


Released: PPL Power Pack Library v0.1.0 (Jul 08, 2013)

This download contains same source code as in the Git repro. It supports visual studio 2013 preview , and partially supports visual studio 2012. New features includes:Ability to composite multiple...

View Article

Created Release: PPL Power Pack Library v0.1.0 (Jul 08, 2013)

This download contains same source code as in the Git repro.It supports visual studio 2013 preview , and partially supports visual studio 2012.New features includes: Ability to composite multiple tasks...

View Article

Updated Wiki: Home

Welcome PPL Power Pack is a Microsoft feature extension package for PPL Async Library (ppltasks) in Visual Studio 2012 and Visual Studio 2013. It includes several customer most asked features that...

View Article
Browsing all 36 articles
Browse latest View live




Latest Images