提交 6061c540 编写于 作者: R Rafael Mendonça França

Merge pull request #17910 from sergey-alekseev/remove-useless-await-close

remove unused #await_close
......@@ -189,12 +189,6 @@ def connected?
!@aborted
end
def await_close
synchronize do
@cv.wait_until { @closed }
end
end
def on_error(&block)
@error_callback = block
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册