Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Allenxuxu/gev
/ Socket
Interface
Socket
eventloop/eventloop.go:21–24 ·
view source on GitHub ↗
Socket 接口
Source
from the content-addressed store, hash-verified
19
20
// Socket 接口
21
type
Socket
interface
{
22
HandleEvent(fd int, events poller.Event)
23
Close() error
24
}
25
26
// EventLoop 事件循环
27
type
EventLoop
struct
{
Callers
9
handlerEvent
Method · 0.65
HandleEvent
Method · 0.65
Close
Method · 0.65
startClient
Function · 0.65
TestServer_Stop
Function · 0.65
TestServer_Stop1
Function · 0.65
OnConnect
Method · 0.65
Stop
Method · 0.65
Close
Method · 0.65
Implementers
2
listener
listener.go
Connection
server_std.go
Calls
no outgoing calls
Tested by
no test coverage detected