1 Star 0 Fork 0

王布衣/asio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
socket_error.go 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
package backup
var errTimeout = &timeoutError{}
type timeoutError struct{}
func (e *timeoutError) Error() string { return "i/o timeout" }
func (e *timeoutError) Timeout() bool { return true }
func (e *timeoutError) Temporary() bool { return true }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/asio.git
git@gitee.com:quant1x/asio.git
quant1x
asio
asio
v1.1.5

搜索帮助