Subject: [boost] [asio] New feature: timeout for poll()
From: Max Che (send.your.ideas.here_at_[hidden])
Date: 2012-09-13 03:00:55


Hello.
My previous letter contained errors. Here is another letter.

I want to use win_iocp_io_service::poll() with timeout.
poll() + timeout => poll() functional and free waitable timer!
GetQueuedCompletionStatus() (and epoll(), kqueue()) allows to use that.
Can anyone add (restore) this feature?