inline bool IsThreadSafe() const;
IsThreadSafe determines if the heap is thread safe or not. Benefit of thread safe heap is that its states can be obtained from another thread during child heap iteration.
A Boolean value of true if the heap is thread safe otherwise false.