129
edits
Changes
m
→List of TBB containers:
queue.
''concurrent_vector'' : This is a container class for vectors with concurrent support. These vectors do not support insertion or erase operations but support concurrent operations.
''concurrent_hash_map'' : hash table that permits concurrent accesses.
'''Threads'''
==STL Background==