================
sterch.threading
================

ZTK wrappers around standard python threading library.

 	* Thread
 	* Lock
 	* Rlock
 	* Semaphore
 	* Condition
 	* Event
 	* Timeout
 	
Module provides:
 * proper interfaces
 * declares implementations for standard python classes
 * provides factories
 * ZCML directives to create and register objects as utilities
