python-irodsclient
python-irodsclient copied to clipboard
What is the purpose of session.iRODSSession.numThreads?
The session.iRODSSession
class has a numThreads
attribute, which is set to zero. This attribute is referred to sporadically elsewhere in the code, but doesn't seem to provide any functionality. The only reference to Python's threading
module I could find was a reentrant lock used in the pool
module.
Is numThreads
for future use?