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

Transcript do not show result #63

Closed chicoary closed 4 years ago

chicoary commented 5 years ago

The code below does not display the result in the Transcript.

aFuture: = [2 + 2] future.
aFuture onSuccessDo: [: result | result logCr ].
sbragagnolo commented 4 years ago

Pharo8 @ Windows cannot reproduce.

sbragagnolo commented 4 years ago

Could you please, give me more details, like installation, pharo version, step by step how did you treat your image before executing this code? thanks!