Concurrency background thread not working
I am currently learning about concurrency and would like to apply this knowledge to a basic calculation app I am developing. My goal is to ensure that two input calculation results are updated in real time, even while the calculations are being performed on a background thread.