Hi. I was hoping to use the Promise class as documented in the book on ���Concurrent Programming in Pharo��� but it appears that they are not present in the latest version. Instead there is a TKTPromise class that has no slots or methods. Is there a reason for not having the Promise class before the implementation of TKTPromise?

Thank you