threadwrapper

Gather results from multiple threads seamlessly.


Keywords
thread, wrapper, asyncio
License
AGPL-3.0
Install
pip install threadwrapper==0.14.0

Documentation

Thread Wrapper Class

version license pyversions
powered donate made

Gather results from multiple threads seamlessly.

Hierarchy

threadwrapper
|---- ThreadWrapper()
|   |---- add()
|   '---- wait()
'---- ThreadWrapper_async()
    |---- add()
    '---- wait()

Example

python

See test.