class CComSimpleThreadAllocator
CComSimpleThreadAllocator manages thread selection for CComAutoThreadModule. CComSimpleThreadAllocator::GetThread simply cycles through each thread and returns the next one in the sequence.
#include <atlbase.h>
See Also CComApartment