scijava / scijava-search

Search framework for SciJava applications :mag:
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Terminate SearchOperation on context disposal #27

Closed gselzer closed 1 year ago

gselzer commented 1 year ago

This PR ensures that SearchOperations terminate when their Context is disposed. This prevents manual termination due to, for example, the closing of a GUI.