is there something in the machinery of async or co...
# coroutines
k
is there something in the machinery of async or coroutines that makes the use of a map that isn't synchronized or concurrent safe there? since after each await you could be on a different thread?