eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

Revert "Use a custom ForkJoinWorkerThreadFactory in AsyncCompletionProposalPopup (#185)" #196

Closed Christopher-Hermann closed 1 year ago

Christopher-Hermann commented 1 year ago

This reverts commit 783721b4f298b29f2f69f6d763623f52b32bf9b5. The created ForkJoinPool are never shutdown which result in a memory leak.

See #190