26 packages tagged with “delay”
A utility library for generic time delay related operations
ObservableCollectionEx is designed to postpone or disable notifications during collection update. The ObservanleCollectionEx is a direct replacement for ObservableCollection and could be used without any code modifications.
Provides support for advanced message processing scenarios using Microsoft Azure Service Bus, including retry with back off delay handling through failure policies.
TryIt offers a simple, fluent way to try/retry actions, methods and tasks. You can pause between retries using one of the built-in delay policies or create your own. You can also add error and success policies to fine tune your control of the process. **Warning** Versions 2.0.0 and above have several breaking changes with previous versions. See the documentation for details.
High-performance, allocation-free, inaccurate, asynchronous waits to replace use of the resource-intensive `Task.Delay(int milliseconds)` method provided by the .net framework.
Delay.Web.Helpers is an ASP.NET web helper assembly that includes support for Amazon Simple Storage Service (S3) blob/bucket access and data URIs. (Note: This assembly can be used with other .NET project types as well.)
PhonePerformance is a Windows Phone 7 assembly with classes to enable better performance for ListBox scrolling and Image display by delay-loading content and pushing as much work off the UI thread as possible.
A delay queue based on redis
HighPrecision Timer, Sleep and Delay functions in .net8.0
Redis's distributed delay queue middleware supports Redis Cluster, handling billions of messages and offering dynamic load balancing. It also supports features such as second-level delay, message ACK, consumption failure retry, dead letter queue, early consumption of messages, and backlog consumption of messages.
This is a solution for postpone the requests depends on user action. Unpredictable user action may cause multiple calls. So wait for the right time to make a call.
Provides Azure Functions In-process Model Service Bus trigger support for handling transient exceptions with failure policies that use delay calculator strategies to delay further message processing on retry attempts.
Provides Azure Functions Isolated Worker Model Service Bus trigger support for handling transient exceptions with failure policies that use delay calculator strategies to delay further message processing on retry attempts.
Sample web site for the Delay.Web.Helpers package.
This library provides a collection of fake stream for testing. A constant stream is an lazy stream (not backed by a base stream) and provide a basic reading operations of a stream of bytes (the same byte or stride of bytes). The streams imitate a NetworkStream by providing only the "Read" operation and not "Seek", "Length" or "Write".
Delay The Task
A view that delays content rendering to optimize page push time
High Precision Delay for .NET Core. Uses Multimedia Timer on Windows and timerfd on Linux.
A simple library used by applications that need to throttle repeated actions.
C#延时队列,定时任务(支持Cron表达式),不支持分布式,支持失败重试,支持设置失败次数
Delay binding library for Bridge.NET projects.
OTDRFile is a C#/.Net library designed to read data files from OTDR measurement devices. Capable of reading OpenSOD (SOD Files) and SR-4731 (SOR Files).
简单的调度程序,定时任务(支持Cron表达式),延时队列,不支持分布式,支持失败重试,支持设置失败次数 A simple scheduler, timed tasks (supports Cron expressions), delayed queues, does not support distributed, delayed queues support failure retry, support for setting the number of failures
lightweight, easy-to-use, and powerful coroutine timeline library for .NET. It lets you write asynchronous operations like a story — no complex state machines, no messy callbacks — just yield your delays and go.
Eas-to-use and lightweight coroutine timeline implementation using C# iterator blocks and async.