Provide explicit ways to prevent concurrency

Especially when using 3rd-party components. Even if they took the same approach – highly unlikely, at this point – each dependency is going to have its own distinct global flag(s).

1 Like

How do JS apps handle this problem? (Sorry, I came to Anvil precisely to avoid spending time getting into JS/browser guts.) Can we use the same approach? Perhaps wrapped in Python?

2 Likes