<p>Hi Thiago,</p>
<p>Am 26.10.2012 20:42 schrieb "Thiago Macieira":<br>
><br>
> On sexta-feira, 26 de outubro de 2012 20.15.46, Frank Reininghaus wrote:<br>
> > KStringHandler [3] say that "The methods here are completely<br>
> > stateless", which sounds a bit vague. Does anyone mind if I add "This<br>
> > function is reentrant" to the docs of<br>
><br>
> Isn't that a bit redundant? If it's stateless, it has no state to conflict with<br>
> other threads, so it's thread-safe by definition.<br>
><br>
> But I'd be in favour of *replacing* the stateless mention with just saying<br>
> that they're thread-safe.</p>
<p>Yes, I thought the same, but then I wasn't entirely sure if all these functions really are thread-safe. Some of them have const static variables, which might be initialised the first time the function is called AFAIK. I don't know if that's guaranteed to work if the functions can be called from multiple threads. But you can probably answer that question ;-)</p>

<p>Best regards,<br>
Frank<br>
</p>