Simple queue implementation for internal use. This will probably be removed once Phobos has an effective queue container.
This is derived from Bearophile's RosettaCode example of a circular queue, which he has kindly agreed to allow to be used under the terms of the Boost licence.
See Implementation
Simple queue implementation for internal use. This will probably be removed once Phobos has an effective queue container.
This is derived from Bearophile's RosettaCode example of a circular queue, which he has kindly agreed to allow to be used under the terms of the Boost licence.