One Shall Pass

code magic to keep tasks serialized at critical sections

I’ve abstracted and isolated async friendly critical-section handling in .NET (C#) as used in various implementations of warehouse operating software that I’ve built.

Since most of the code I’ve worked on over the years has been locked up in private version control repositories, having a new clean implementation that I can just point to and borrow from seems like an easy way for me and others to use it again.

Maybe I’ll make a definitive NuGet package for it at some point when I’m not looking for a new job because I found one.

Here is the code at GitHub.

Leave a comment