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

TaskIt: TKTRunner and TKTAbstractExecutor should be abstract #93

Closed astares closed 2 years ago

astares commented 3 years ago

port back the changes from https://github.com/pharo-project/pharo/pull/8739 into TaskIt Repo

tinchodias commented 2 years ago

@astares Now this is done in master. See: https://github.com/pharo-contributions/taskit/blob/master/TaskIt/TKTRunner.class.st#L50 https://github.com/pharo-contributions/taskit/blob/master/TaskIt/TKTAbstractExecutor.class.st#L19