Software Transactional Memory

Hey there, I am wondering if beside the Mutex locking approach of tasks something like STM would be easier to use. Was it planned to use STM instead of Mutexes somehow?

Software Transactional Memory

No, not planned, and I’m not sure it is practical in our use cases.