buildroot/support/testing/tests/package/sample_python_txaio_twisted.py

4 lines
60 B
Python

import txaio
txaio.use_twisted()
f0 = txaio.create_future()