
19 May
2006
19 May
'06
6:47 p.m.
On 5/18/06, 李慧霸 <magazine.lihuiba@163.com> wrote:
I'm trying to use boost::asio, and I find that there isn't a built-in timeout parameter in any async operation. I think it's a very important function when writing real life programs, and I have done some walk around work, how can I try to contribute?
Look at the example programs in the libs/asio/example/timeouts directory. You need to schedule a timer to go with your async operation. -- Caleb Epstein caleb dot epstein at gmail dot com