_loop.run_in_executor(None, self.get) collection_response = yield from ... await loop.run_in_executor(executor, connect, dsn) cursor = await ...
確定! 回上一頁