$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: lampahome (pahome.chen_at_[hidden])
Date: 2020-09-02 04:59:01
Richard Hodges via Boost-users <boost-users_at_[hidden]> æ¼ 2020å¹´9æ1æ¥ é±äº
ä¸å6:54寫éï¼
> Asio certainly has support for asynchronous file IO. I have used it on
> linux systems for a multitude of file handle types, including console I/O.
>
> Is there any function can handle the finished IO operation?
Assume I have two threads. One is only submit async io to file, and another
one is only handle event of those executed io.
I only find handler function but wonder if any easier handler to handle all.
thanks