Subject: [boost] [asio]New feature: timeout for poll()
From: Max Che (send.your.ideas.here_at_[hidden])
Date: 2012-09-06 05:46:28


Hello.
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.
Somebody can add this feature?