| Trees | Indices | Help |
|
|---|
|
|
Here, you have a pool of n threads. You can call
x.start(function, args, kwargs) to start something running
(perhaps a write to a file), and then go off and compute something else
while the I/O completes. If you need to wait for completion, call
x.join().
This class is not designed to return values from the function.
| Nested Classes | |
| CaughtException (Inherited from gmisclib.threaded_io.Thread_pool) | |
| EOF (Inherited from gmisclib.threaded_io.Thread_pool) | |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:11 2011 | http://epydoc.sourceforge.net |