template class ThreadSafeObjectPool<class Object> : public ObjectPool<Object> (Return to index)

Same as your average ObjectPool, but uses a BLocker to serialize operations,so that it may be safely shared between threads. Only compiles under BeOS!

Type:
    Instantiable

Superclasses:

Include file:
    ../../besupport/ThreadSafeObjectPool.h

Synopsis:

Public methods:



Protected methods: