Found 209 packages
A utility library for generic time delay related operations
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
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.)
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.
Sample web site for the Delay.Web.Helpers package.
A delay queue based on redis
Lodash.Delay binding library for Bridge.NET projects.
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.
延时队列,参考Java DelayQueue实现。 v1.0.2更新内容: 1、添加默认延时对象DelayItem。 v1.0.3更新内容: 1、优化入队出队的校验逻辑。
Adds easy to use delayed rendering
Delay binding library for Bridge.NET projects.
C#延时队列,定时任务(支持Cron表达式),不支持分布式,支持失败重试,支持设置失败次数
GzipWebClient makes it easy to perform gzip-compressed HTTP downloads on Windows Phone without introducing dependencies.
延时函数
Delay The Task
High Precision Delay for .NET Core. Uses Multimedia Timer on Windows and timerfd on Linux.
Provides support for advanced message processing scenarios using Microsoft Azure Service Bus, including retry with back off delay handling through failure policies.
Provides support for advanced message processing scenarios using Microsoft Azure Service Bus, including retry with back off delay handling through failure policies.
Xamarin Library to load images quickly and easily. Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)