From 683bc802e28934045d210ecb14609bde32de5d82 Mon Sep 17 00:00:00 2001 From: sudden6 Date: Thu, 14 Nov 2019 13:11:13 +0100 Subject: fix ToxAV threading documentation ToxAV is not thread-safe at the moment, remove that claim from the header file. --- toxav/toxav.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxav/toxav.h') diff --git a/toxav/toxav.h b/toxav/toxav.h index bfb7617c..daa1314d 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -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, -- cgit v1.2.3