This article presents a generic class implementing a high speed queue. It has been specially designed for communication use but can be used for anything else.
Reading this article, you'll learn:
How to design a generic class
How to use nested data type
How to implement an enumerator
How to make a class thread safe
How to use variant record
How to use methods in a record
The code itself is
↧