Module pprocess :: Class MakeReusable
[hide private]
[frames] | no frames]

Class MakeReusable

source code

MakeParallel --+
               |
              MakeReusable


A wrapper around functions making them able to communicate results in a
reusable fashion.

Instance Methods [hide private]
 
__call__(self, channel, *args, **kw)
Invoke the callable and return its result via the given 'channel'.
source code

Inherited from MakeParallel: __init__

Method Details [hide private]

__call__(self, channel, *args, **kw)
(Call operator)

source code 
Invoke the callable and return its result via the given 'channel'.

Overrides: MakeParallel.__call__