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

4 lines
60 B
Python
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
import txaio
txaio.use_asyncio()
f0 = txaio.create_future()