digitalmars.D - Object Pool
- Andrea Fontana <nospam example.com> Jul 19 2012
Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Does something to manage object pooling exists (thread safe)? Something like: auto pool =3D new Pool!MyObj; auto obj =3D pool.get; ... ... ... pool.release(obj); // or maybe obj.release; In a thread-safe way.
Jul 19 2012








Andrea Fontana <nospam example.com>