remove a simply

pull/641/head
Brad House 1 year ago
parent 0529f6f1dc
commit 45698509d8
  1. 2
      docs/ares_threadsafety.3

@ -16,7 +16,7 @@ thread safety enabled or not.
As of c-ares 1.23.0, this simply means that every public function which As of c-ares 1.23.0, this simply means that every public function which
references an \fIares_channel_t\fP object will lock the channel on entry and references an \fIares_channel_t\fP object will lock the channel on entry and
release the lock on exit of the function. This will simply prevent concurrent release the lock on exit of the function. This will prevent concurrent
thread access to the channel, thus ensuring no corruption can occur. Future thread access to the channel, thus ensuring no corruption can occur. Future
versions will likely implement more threading-specific features. versions will likely implement more threading-specific features.

Loading…
Cancel
Save