Skip to content
Chris Dahlberg edited this page Mar 19, 2019 · 7 revisions

CodeTiger.Core 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).

This project is licensed under the MIT license.

Examples