If you’re writing to the dictionary, no. But concurrent reads should be fine, unless I’m deeply misunderstanding how Dict is implemented.
Edit:
If you’re writing to the dictionary, no. But concurrent reads should be fine, unless I’m deeply misunderstanding how Dict is implemented.
Edit: