altosui: Use ConcurrentHashMap for maps
authorKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 05:05:04 +0000 (22:05 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 05:05:04 +0000 (22:05 -0700)
This data structure is accessed by multiple threads, so it needs to be
re-entrant.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found