import asyncio @asyncio.coroutine def func_normal(): print("A") yield from ... fut in done: print("return value is {}".format(fut.result())) loop.close().
確定! 回上一頁