summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-09-13 14:44:00 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-09-13 14:44:00 -0300
commit55ad6c9d613fd2eae4be1c6e095225ce774d5b04 (patch)
tree5bea50deb9b2bdb71a3557513bacc4dbefc5b550 /docs/faq.rst
parentbe893f59faea0a49e2387dd8e114efc42961fc1a (diff)
Added thread safe comment to docs
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 325b14c..069a3b4 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -23,6 +23,12 @@ It is currently maintained by Hernan E. Grecco <hernan.grecco@gmail.com>.
Take a look at AUTHORS_ for more information
+Is PyVISA thread-safe?
+----------------------
+
+Yes, PyVISA is thread safe starting from version 1.6.
+
+
I have an error in my program and I am having trouble to fix it
---------------------------------------------------------------