Hi all
I tried to use
a = Threads.Atomic{Int}(1)
a[] = 2
# more stuff...
in the vs code debugger. It stopped and didn’t want to continue at a[] = 2
.
Any idea why?
Thanks
Cheers
Hi all
I tried to use
a = Threads.Atomic{Int}(1)
a[] = 2
# more stuff...
in the vs code debugger. It stopped and didn’t want to continue at a[] = 2
.
Any idea why?
Thanks
Cheers