MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Poll

Method Poll

src/posix/libev/libev_poll.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28struct Poll
29{
30 Poll()
31 {
32 // Need to explicitly instantiate the watchers.
33 watcher.io.reset(new ev_io());
34 watcher.async.reset(new ev_async());
35 }
36
37 // An I/O watcher for checking for readability or writeability and
38 // an async watcher for being able to discard the polling.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected