summaryrefslogtreecommitdiff
path: root/toxav/toxav.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.api.h')
-rw-r--r--toxav/toxav.api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/toxav.api.h b/toxav/toxav.api.h
index 46e4b226..5d8a8b26 100644
--- a/toxav/toxav.api.h
+++ b/toxav/toxav.api.h
@@ -53,8 +53,8 @@ extern "C" {
53 53
54/** \subsection threading Threading implications 54/** \subsection threading Threading implications
55 * 55 *
56 * Unlike the Core API, this API is fully thread-safe. The library will ensure 56 * Only ${toxAV.iterate} is thread-safe, all other functions must run from the
57 * the proper synchronization of parallel calls. 57 * tox thread.
58 * 58 *
59 * A common way to run ToxAV (multiple or single instance) is to have a thread, 59 * A common way to run ToxAV (multiple or single instance) is to have a thread,
60 * separate from tox instance thread, running a simple ${toxAV.iterate} loop, 60 * separate from tox instance thread, running a simple ${toxAV.iterate} loop,