diff vamp-hostsdk/PluginLoader.h @ 388:4ec736a36546

Minor doc updates
author Chris Cannam
date Wed, 20 May 2015 13:54:27 +0100
parents c97e70ed5abc
children 8c45dee08a95
line wrap: on
line diff
--- a/vamp-hostsdk/PluginLoader.h	Wed Jan 14 16:58:53 2015 +0000
+++ b/vamp-hostsdk/PluginLoader.h	Wed May 20 13:54:27 2015 +0100
@@ -66,6 +66,9 @@
  * class, and are certainly not required to use this actual class.
  * But we do strongly recommend it.
  *
+ * This class is not thread-safe; use it from a single application
+ * thread, or guard access to it with a mutex.
+ *
  * \note This class was introduced in version 1.1 of the Vamp plugin SDK.
  */