task-parallel-library

There are 18 repositories under task-parallel-library topic.

  • ObviousAwait

    awaescher/ObviousAwait

    🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)

    Language:C#73306
  • renestein/Rstein.AsyncCpp

    The RStein.AsyncCpp library is a set of types that should be familiar for anyone who knows the Task Parallel Library (TPL) for .NET (C#).

    Language:C++314184
  • thenameless314159/Astron.Network

    .NET Core 2.2 unit-tested implementation of a tcp network server logic using the pipelines API. This project was made for learning purpose and based on SimplPipelines.

    Language:C#5221
  • njegos-dukic/QuickSort-Optimization

    Multiple optimizations on regular recursive Quick Sort including parallelization, cache and recursion optimizations.

    Language:C#3100
  • kathleenwest/AdvancedFormApplicationV

    This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions

    Language:C#210
  • RainsSoft/DotNet20BridgeNet4x

    DotNet20BridgeNet4x provides library with classes from Mono to bring modern C# language features to .NET 2.0, such as: CTP (async/await) , Task Parallel Library(TPL),Linq,Linq.Expressions,Pipes,Security...

    Language:C#2100
  • CHART-Team/xitao

    XiTAO is a lightweight layer built on top of modern C++ features with the goals of being low-overhead and serving as a development platform for testing scheduling and resource management algorithms.

    Language:C++1201
  • lahirudsilva/Pixel

    C# Image processing application using Task Parallel Library with .Net

    Language:C#1100
  • RainsSoft/dotnet20-TaskParallelLibrary

    System.Threading.Tasks, A backport of the Task Parallel Library to .NET 2.0, .NET35,Unity

    Language:C#120
  • yafshar/torc_lite-1

    TORC (Tasking library for Clusters)

    Language:Makefile1300
  • ShadiyaIffath/maverick-image-editor

    A Windows Image Editor Tool implemented using the Task Parallel Library in .Net 4.0. With the capability of applying multiple filters (sepia, contract, rgb), crop, grayscale and even adjust brightness of the image

    Language:C#0200
  • the-man-w-laughs/MPP-TestGenerator

    The Tests Generator project

    Language:C#0100
  • im-a-kookie/ConnectFour

    An advanced and highly extensible multithreaded containerized framework allowing models to be distributed over threads via multiple different parallel schema

    Language:C#
  • jepozdemir/csharp_thread_vs_task

    Explores the differences between Thread and Task in C#, along with tips on when to use each.

    Language:C#
  • sikatikenmogne/TPL-csharp-sample

    TPL sample project

    Language:C#10
  • sikatikenmogne/TPL-csharp-workshop

    This project is a hands-on workshop focused on exploring and understanding the concepts of parallel programming in C#. It provides practical examples of using delegates, events, and various parallel programming constructs such as Parallel.For, Parallel.ForEach, Parallel.Invoke, and Task.Factory in a console application.

    Language:C#10