Table of Contents
Internally, this should use a thread pool and dispatch methods to them.
callInThread ( self, callable, *args, *kwargs, )
Run the callable object in a separate thread.
suggestThreadPoolSize ( self, size )
Suggest the size of the thread pool.