Hello All,
I needed some clarifications w.r.t making functions thread safe. Now, i understand that irregularities can occur in results when not making functions thread safe. But could this somehow lead to a crash? (say some illegal access of memory)
Could anyone please give an example of this(something that you have come across)?
Thanks!