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

the future method on block is not working #29

Closed sbragagnolo closed 6 years ago

sbragagnolo commented 6 years ago

There is a missing class

guillep commented 6 years ago

Do you mean this:

[ bla ] future.

?

sbragagnolo commented 6 years ago

yep. It does not work with the default Baseline. There is something wrong in the configuration,

sbragagnolo commented 6 years ago

Fixed. The reason was that the TaskITDebugger package was not well defined. (Some extensions were commited into the core)