└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Object Pool 2 | 3 | *A generic, concurrent, portable and flexible Object Pool for the .NET Framework, completely based on the [Code Project article of Ofir Makmal](http://www.codeproject.com/Articles/535735/Implementing-a-Generic-Object-Pool-in-NET).* 4 | 5 | **Project repository has been moved to GitLab:** 6 | 7 | https://gitlab.com/pommalabs/codeproject/object-pool 8 | --------------------------------------------------------------------------------