The <jss/concurrent_map.hpp> header provides the jss::concurrent_map<>
class template, which wraps a single
object so that only one thread may access it at a time.
namespace jss { template<typename T> class concurrent_map; class concurrent_modification; }