asyncio_future_event_loop.py import asyncio def mark_done(future, result): print('setting future result to {!r}'.format(result)) ...
確定! 回上一頁