description
There is no support for multithreading work now as I see. I think it would be good desing choose to redevelop from static objects to non-static objects, like:
MapperInstance mapper = Mapper.CreateMapper();
mapper.CreateMap<TA, TB>();
.....
var result = mapper.Map<TA, TB>(source);