NightOwl888 commented on issue #1110: URL: https://github.com/apache/lucenenet/issues/1110#issuecomment-2605133640
FYI - the implementation that we based this off of still exists on this page: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskscheduler?view=net-9.0&redirectedfrom=MSDN. We added a `ShutDown()` method, which doesn't forcibly kill it, but prevents new items from being queued so it will shut down faster. Side note: It looks like we can remove `FEATURE_THREADPOOL_UNSAFEQUEUEWORKITEM` since it is supported in all of our current target frameworks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org