ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 72 forks source link

add(tests/test_multithreading.py): Add multithreading tests #102

Closed dkropachev closed 4 years ago

dkropachev commented 4 years ago

Add one test for blocking execution inside of the threads for one session that is initialized in main thread

pkittenis commented 4 years ago

Not supported by libssh2

Thread-safe: just don't share handles simultaneously