Metadata-Version: 1.1
Name: cs.threads
Version: 20160828
Summary: threading and communication/synchronisation conveniences
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Threading and communication/synchronisation conveniences.
        =========================================================
        
        Notably:
        
        * WorkerThreadPool, a pool of worker threads to run functions.
        
        * AdjustableSemaphore, a semaphore whose value may be tuned after instantiation.
        
        * @locked, decorator for object methods which should hold self._lock
        
        * @locked_property, a thread safe caching property
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
