python-irodsclient icon indicating copy to clipboard operation
python-irodsclient copied to clipboard

What is the purpose of session.iRODSSession.numThreads?

Open Xophmeister opened this issue 4 years ago • 3 comments

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?

Xophmeister avatar Apr 29 '20 16:04 Xophmeister