Hello:
Is there an easy way for to create a Singleton so that for each thread
a new instance is created?
Threads share memory, so I'm not sure how to go about this one . . .
Thanks,
Travis
Is there an easy way for to create a Singleton so that for each thread
a new instance is created?
Threads share memory, so I'm not sure how to go about this one . . .
Thanks,
Travis