I\'m working on creating a call back function for an ASP.NET cache item removal event.
The documentation says I should call a method on an object or calls I know wil
foo is not shared between concurrent or sequential invocations, so addOne is thread-safe.
foo
addOne