pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

Remove unused TKTServiceManager >> stopService: #106

Closed tinchodias closed 3 years ago

tinchodias commented 3 years ago

Which sends an unimplemented selector, so should be a harmless change.

Fixes #100