golang 基於epoll/kqueue的socket server

空餘時間擼的項目,開源。 golang中使用epoll,代碼以下:php // +build linux package aio // #include <errno.h> // #include <fcntl.h> // #include <sys/epoll.h> import "C" import ( "syscall" "time" "unsafe" ) t
相關文章
相關標籤/搜索