Found 348 packages
Sers Microservices - Communication Layer
Helper to make it easier to wait for element(states). ExpectedConditions that work for WebDriver and WebElement.
A simple library to show your users a beautiful splash page while your application loads. http://pathgather.github.io/please-wait/
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps See examples in README on GitHub: https://github.com/tyrotoxin/AsyncWaitHandle
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Package Description
Implementation of a lock-free dictionary on .Net Included types: === NonBlocking.ConcurrentDictionary Lock-free, wait-free implementation of a dictionary. - has the same API as System.Collections.Concurrent.ConcurrentDictionary. - No locks are taken during any operation including Get, Add, Remove, internal resizes etc... - While multiple threads accessing NonBlocking dictionary will help each other in operations such as table resizing, there is no dependency on such behavior. If any thread get unscheduled or delayed for whatever reason, other threads will be able to make progress independently. - NonBlocking dictionary scales linearly with the number of active threads if hardware permits. On most operations NonBlocking dictionary is faster than Concurrent, especially in write-heavy scenarios. Core algorithms are based on NonBlockingHashMap, written and released to the public domain by Dr. Cliff Click. A good overview could be found here: https://www.youtube.com/watch?v=HJ-719EGIts === Counter32 === Counter64 Low-overhead scalable counters.
Tools and extensions for working with retry strategies.
Sers微服务-通信层
TypeScript definitions for the waitMe jQuery loading plugin.
Wait based on selenium but without dependency
A .NET Global Tool that waits for a new version of a NuGet package to be published.
Package Description
Similar to Task.WhenAll but allows you to limit the number of tasks in flight (max concurrency).
Library to easily wait elements when using Selenium.
A fluent, time-bound, assertion-based waiting library for .NET
Set of methods to facilitate waiting a certain amount of time for a delegate to evaluate, while ignoring certain exceptions while attempting to evaluate, and throwing after a specified time limit (or throwing immediately if an unexpected exception is encountered)
P Wait For (p-wait-for) binding library for Bridge.NET projects.
A library generated from a Swagger doc
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. Commonly Used Types: System.Runtime.InteropServices.SafeHandle Microsoft.Win32.SafeHandles.SafeWaitHandle System.Runtime.InteropServices.CriticalHandle System.Threading.WaitHandleExtensions System.IO.HandleInheritability When using NuGet 3.x this package requires at least version 3.4.