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

added missing thread link construction #23

Closed theseion closed 7 years ago

theseion commented 7 years ago

The debugger example only worked because it included the necessary code to construct the link between master and slave threads. This commit moves that functionality into TKTFutureExecution, so that the debugger now works with every future.