As I know, in React 18, a concurrent task can interrupted by an urgent update. So, is it possible that a concurrent task is delayed for a very long time or may never be executed because there is always an urgent update is executed?
If not, then why? Can you explain?