52 results for “topic:cancellationtoken”
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
Implementation of the "Cancellation Token" pattern
Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.
This repository contains all the source code for the practical examples in the book "Delphi Multithreading: Threads, Concurrency, Parallelism and Asynchronous Programming", written by Cesar Romero.
This is a simple library for Delphi that provides a CancellationTokenSource and CancellationToken much like those in .NET
Este repositório contém todo o código-fonte dos exemplos práticos do livro "Delphi Multithreading: Threads, Concorrência, Paralelismo e Assincronismo", escrito por Cesar Romero.
Another axios middleware library
A set of lightweight publisher-subscriber components using NET Core and NetMQ.
A simple library for .net core that can help you to consume REST services
Lightweight Java implementation of an operation cancellation mechanism, similar to C#'s CancellationToken.
CancellationToken support for WCF.
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
🔧 Explore source code for mastering multithreading in Delphi, covering threads, concurrency, parallelism, and asynchronous programming.
A small library to handle injection of cancellation token. Cancellation token are a way to cancel asynchronous call.
Signal a CancellationToken when CTRL+C or CTRL+BREAK is pressed
A robust .NET Core API with CancellationToken support for efficient request handling and scalability. Demonstrates best practices for managing long-running operations with graceful cancellations. Implements Repository Pattern and async/await for responsive, maintainable, and scalable APIs using .NET and C#. Ideal for modern API development.
Projeto de estudos de mentoria, focando em .net-avançado entendendo os conceitos de programação assíncrona, paralelismo/concorrência, cancellationToken e Threads
Week 49 Homework in IT STEP Academy
It includes basic template of how win services run asyncly and parallel for long running process.
How to Cancel a Running Process in a Separate Request/Command in .NET C#
Books, Pics, Videos, Wiki: search and show results - React SPA
.NET - Importância e exemplo de utilização do CancellationToken
A utility library allowing for easy CancellationToken usage
Exemplos de utilização do CancellationToken
ASP.NET Core Minimal API sample for request timeout middleware with endpoint policies, cancellation-token handling, and Swagger/OpenAPI testing in .NET 10.
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.
A demo project on how to cancel axios request inside React componentWillUnmount lifecycle method.
⚡ A comprehensive study of asynchronous, concurrent, and parallel programming concepts in C#
Realisation for canceling contexts (cancelled tokens) for Python