MCPcopy Create free account
hub / github.com/cloudwego/netpoll / openPoll

Function openPoll

poll_default_bsd.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25)
26
27func openPoll() (Poll, error) {
28 return openDefaultPoll()
29}
30
31func openDefaultPoll() (*defaultPoll, error) {
32 l := new(defaultPoll)

Callers 1

RunMethod · 0.70

Calls 1

openDefaultPollFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…