MCPcopy Create free account
hub / github.com/Tencent/libco / pollfd

Class pollfd

example_echosvr.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 for(;;)
84 {
85 struct pollfd pf = { 0 };
86 pf.fd = fd;
87 pf.events = (POLLIN|POLLERR|POLLHUP);
88 co_poll( co_get_epoll_ct(),&pf,1,1000);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected