Module promises.multithread

Multi-thread Promises for Python

author:Christopher O’Brien <obriencj@gmail.com>
license:LGPL v.3
class promises.multithread.ThreadExecutor(processes=None)[source]

Bases: promises.multiprocess.ProcessExecutor

A way to provide multiple promises which will be delivered in a separate threads

class promises.multithread.ProxyThreadExecutor(processes=None)[source]

Bases: promises.multithread.ThreadExecutor

Creates transparent proxy promises, which will deliver in a separate thread

Previous topic

Module promises.multiprocess

Next topic

Module promises.xmlrpc

This Page