AsyncLock
AsyncAwaitBestPractices
AsyncLock | AsyncAwaitBestPractices | |
---|---|---|
1 | 4 | |
194 | 1,655 | |
0.5% | - | |
0.0 | 7.8 | |
6 months ago | 3 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AsyncLock
AsyncAwaitBestPractices
- Async workaround ideas for a shared class library problem
-
How to Upload an Image to a Server in the Background?
Here's the repo: https://github.com/brminnick/AsyncAwaitBestPractices
-
Ask HN: Codebases with great, easy to read code?
This guy made a HN mobile reader and put all the code on Github for his NDC Oslo presentation, it was good and shows off very readable asynchronous code in C#:
https://github.com/brminnick/AsyncAwaitBestPractices
-
A little help with Task async await
There is a nuget package that gives you SafeFireAndForget if you really don’t want to await an async method. (https://github.com/brminnick/AsyncAwaitBestPractices)
What are some alternatives?
AsyncEx - A helper library for async/await.
FluentScheduler - Automated job scheduler with fluent interface for the .NET platform.
pete - A library for building servers that utilize the OpenMetaverse Transport Protocol: a protocol for communicating world information in the metaverse.
Workflow Core - Lightweight workflow engine for .NET Standard
AsyncAwaitBenchmark - Do we have to await every single async method?
QuartzNet - Quartz Enterprise Scheduler .NET
LiquidState - Efficient asynchronous and synchronous state machines for .NET
Chroniton - A library for running tasks(jobs) on schedules.
MemoryPatternScanner - AOB Scanner(Array of bytes) wildcard, ReadProcessMemory, WriteProcessMemory.
DurableTask - Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
vs-threading - The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Cronos - A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions