mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix ToxAV threading documentation
ToxAV is not thread-safe at the moment, remove that claim from the header file.
This commit is contained in:
parent
1b7d7b66c5
commit
683bc802e2
|
@ -53,8 +53,8 @@ extern "C" {
|
|||
|
||||
/** \subsection threading Threading implications
|
||||
*
|
||||
* Unlike the Core API, this API is fully thread-safe. The library will ensure
|
||||
* the proper synchronization of parallel calls.
|
||||
* Only ${toxAV.iterate} is thread-safe, all other functions must run from the
|
||||
* tox thread.
|
||||
*
|
||||
* A common way to run ToxAV (multiple or single instance) is to have a thread,
|
||||
* separate from tox instance thread, running a simple ${toxAV.iterate} loop,
|
||||
|
|
|
@ -49,8 +49,8 @@ extern "C" {
|
|||
*/
|
||||
/** \subsection threading Threading implications
|
||||
*
|
||||
* Unlike the Core API, this API is fully thread-safe. The library will ensure
|
||||
* the proper synchronization of parallel calls.
|
||||
* Only toxav_iterate is thread-safe, all other functions must run from the
|
||||
* tox thread.
|
||||
*
|
||||
* A common way to run ToxAV (multiple or single instance) is to have a thread,
|
||||
* separate from tox instance thread, running a simple toxav_iterate loop,
|
||||
|
|
Loading…
Reference in New Issue
Block a user