eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

Shutdown ForkJoinPool after code completion is executed #190

Closed Christopher-Hermann closed 1 year ago

Christopher-Hermann commented 1 year ago

The created ForkJoinPool must be shutdown after the asynchronous code completion is completed. Otherwise every code completion will create a new pool and they will never be shutdown.

This is a fix for a bug introduced with #185

Christopher-Hermann commented 1 year ago

@sratz, @merks could you please review?

merks commented 1 year ago

Yes, why not create one pool shared for the show loop that's shut down once.

iloveeclipse commented 1 year ago

Is this now abandoned? If yes, please close.