Mercurial > hg > vamp-plugin-sdk
diff vamp-hostsdk/PluginLoader.h @ 419:55de53d7c777
Merge
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2016 12:21:23 +0000 |
parents | 4ec736a36546 |
children | 8c45dee08a95 |
line wrap: on
line diff
--- a/vamp-hostsdk/PluginLoader.h Tue Mar 01 12:10:29 2016 +0000 +++ b/vamp-hostsdk/PluginLoader.h Tue Mar 01 12:21:23 2016 +0000 @@ -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. */