Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 487 Bytes

threading.rst

File metadata and controls

16 lines (10 loc) · 487 Bytes

xotl.tools.future.threading - Higher-level threading interface

xotl.tools.future.threading

This module extends the standard library's threading. You may use it as a drop-in replacement in many cases.

Avoid importing * from this module since could be different in Python 2.7 and Python 3.3.

We added the following features.

async_call

sync_call