cancellationtoken
There are 35 repositories under cancellationtoken topic.
connor4312/cockatiel
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
PiotrJustyna/road-to-orleans
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
pomponchik/cantok
Implementation of the "Cancellation Token" pattern
SwiftyLab/AsyncObjects
Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.
omriLugasi/Redel
Another axios middleware library
VSoftTechnologies/VSoft.CancellationToken
This is a simple library for Delphi that provides a CancellationTokenSource and CancellationToken much like those in .NET
paultechguy/NetMQPubSub
A set of lightweight publisher-subscriber components using NET Core and NetMQ.
andreabbondanza/RESTClient
A simple library for .net core that can help you to consume REST services
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
max-ieremenko/ServiceModel.Cancellation
CancellationToken support for WCF.
AhmedTarekHasan/ProcessCancellation
How to Cancel a Running Process in a Separate Request/Command in .NET C#
fabiomartineli/contribuicao-cancellation-token
.NET - Importância e exemplo de utilização do CancellationToken
LeaoSomogyi/CancellationTutorial
Exemplos de utilização do CancellationToken
muhammedtas/TaskBasedParallelWindowsServiceRunnerExp
It includes basic template of how win services run asyncly and parallel for long running process.
soenneker/soenneker.utils.cancellation
A utility library allowing for easy CancellationToken usage
Sulexa/Sulexa.CancellationTokenInjection
A small library to handle injection of cancellation token. Cancellation token are a way to cancel asynchronous call.
victorvillajimenez/eContentSearch
Books, Pics, Videos, Wiki: search and show results - React SPA
alpden550/cancel-contexts
Realisation for canceling contexts (cancelled tokens) for Python
amirdoosti6060/CancellationTokenDemo
An example to show how to use CancellationToken in different scenarios.
davidlsharp1/EasyORM
Simple ORM for SQL Server | Currently version 1.0.2
FRACerqueira/CancellationTokenSamples
CancellationToken Samples
Slugsie/BlazorCancellationToken
Demonstrates the basic use of CancellationTokens in a Blazor WASM / WebAPI project
VulpesPaw/Circles
An archery target practise program, meant to be combined with a projector as archery targets
Xapphire13/cancellationTokenSource.js
CancellationTokenSource implementation for JavaScript
0xfeeddeadbeef/CancelKeyPressCancellationToken
DEMO: Signal a CancellationToken when CTRL+C or CTRL+BREAK is pressed
aimenux/CancelAfterBenchDemo
Benchmarking various ways to cancel tasks after some execution period
DVR98/ManagingMultithreading
Handling deadlock situations, Using the Interlocked class, Cancel running tasks using cancellation tokens
esotericjules/React-axios-cancel-request-demo
A demo project on how to cancel axios request inside React componentWillUnmount lifecycle method.
leoguilen/poc_cancellation-token
Studing how is used cancellation token for cancel requests and stop wasting server resources
MehrajLatifli/CarData-with-semaphore-in-MVVM
Example for threadpool, thread which is used with semaphore
pferreirafabricio/csharp-parallel-concurrency
⚡ A comprehensive study of asynchronous, concurrent, and parallel programming concepts in C#
Sergio201289/csharp-task
Домашнее задание по теме потоков. Задача оздать приложение, выводящее сообщения в консоль с разной периодичностью.
wajid7511/tasks_cancellation_token
Repository showcasing examples of asynchronous programming in C#. It covers essential techniques like async/await, Task Parallel Library (TPL), handling concurrency, and task cancellation for building responsive and high-performance applications. Ideal for developers looking to enhance their async programming skills.
zizwiz/Cancellation_Token_Example
In the app we have a loop that we will abort out of using a cancellation token.