1MAIL::ACCOUNT::POLL(3x) Cone: COnsole Newsreader And E MAIL::ACCOUNT::POLL(3x)
2
3
4
6 mail::account::poll - Wait for the next event
7
9 mail::account::poll(std::vector<mail::pollfd> &pollfds, int timeout);
10
12 mail::account::poll is a C++ wrapper around the poll(2) system call,
13 that receives C++ objects as arguments, instead of an array count, and
14 a pointer.
15
17 mail::account::poll returns the exit code from poll(2).
18
20 mail::account::process(3x), poll(2).
21
22
23
24[FIXME: source] 05/08/2010 MAIL::ACCOUNT::POLL(3x)