Skip to content

zachjacobs/TPLPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPLPlayground

This is used as a playground for me to test TPL concepts. Currently, this example shows 3 buffer blocks linked to a batch block. The batch block is then linked to an action block. Once each of the buffer blocks has posted a Tuple<string, string> object, the batch block will create an array of tuple<string, string> objects and send that to the action block. The action block will print the results of the batch. There are random delays inserted througout to simulate delays in an actual program. The example clearly shows the 1 and 2 buffer blocks filling up while the 3rd buffer block is always empty.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages