示例#1
0
文件: host.go 项目: deft-code/go-enet
// enet_host_destroy
func (host *Host) Destroy() {
	C.enet_host_destroy(host.host)
	//host.host = uintptr(0)
}
示例#2
0
文件: host.go 项目: boj/goenet
func (h *ENetHost) Destroy() {
	C.enet_host_destroy((*C.ENetHost)(h))
}