Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid import suggestion thread hang if -Ximport-suggestion-timeout <= 1
Without this change, if -Ximport-suggestion-timeout is set to 0 or 1, we would create a Timer thread and never cancel it, making the whole execution thread hang. [Cherry-picked 345bfc6]
- Loading branch information