Skip to content
Chris Dahlberg edited this page Apr 3, 2015 · 7 revisions

Welcome to the CodeTigerLib wiki.

This is a .NET library that provides a variety of reusable functionality, including packed integers (PackedInt16, PackedInt32, and PackedInt64), guard methods, various extension methods, and classes related to the Task Parallel Library (AsyncLazy, AsyncLock, AsyncAutoResetEvent, and AsyncManualResetEvent).

It is intended to be a high-quality library usable from a wide variety of .NET platforms. If you find any bugs or want additional platforms to be supported, feel free to contact me or create an issue here on GitHub.

My current plan is to add any new functionality from my other projects (assuming it is likely to be reusable) to this library, but I would also consider requests for new features if there is something you would like to see added.

Clone this wiki locally