1MAIL::ACCOUNT::POLL(3x)mail::account Native API referenceMAIL::ACCOUNT::POLL(3x)
2
3
4
6 mail::account::poll - Wait for the next event
7
9
10
11 mail::account::poll (std::vector<mail::pollfd> &pollfds, int timeout);
12
14 mail::account::poll is a C++ wrapper around the poll(2) system call,
15 that receives C++ objects as arguments, instead of an array count, and
16 a pointer.
17
19 mail::account::poll returns the exit code from poll(2).
20
22 mail::account::process(3x), poll(2).
23
24
25
26 10 April 2006 MAIL::ACCOUNT::POLL(3x)