Multi-process Promises for Python
author: | Christopher O’Brien <obriencj@gmail.com> |
---|---|
license: | LGPL v.3 |
Bases: object
Create promises which will deliver in a separate process.
Promise to deliver on the results of work in the future.
Parameters: | work : callable
*args : optional positional parameters
**kwds : optional named parameters
|
---|---|
Returns: | value : promise
|
Bases: promises.multiprocess.ProcessExecutor
Create transparent proxy promises which will deliver in a separate process.