Hi Peter, > The STM implementation is not usable for real code and no one is > working on it. You can use other concurrency primitives, such as > thread.channel. ok, thank you for the information. From a first glance, thread.channel seems to be a good fit and simple to use. Matthias