Call close() when you are done with the object. i.e. allocate once, close once. Think of a file handle, etc.
On Dec 15, 2013, at 4:19 PM, Sznajder ForMailingList <[email protected]> wrote: > Hi > > When I am using SharedCount for counting, should I call SharedCount.close() > every time, I changed the value of the SharedCount? > Or, this close() must be called only, at the end of the process? > > Many thanks! > > Benjamin
