qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches

Low-level I/O notification event for asynchronous operations. More...

#include "base.h"
Include dependency graph for io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  qb::io::async::event::io
 Event for file descriptor I/O readiness notifications (read/write). More...

Detailed Description

Low-level I/O notification event for asynchronous operations.

This file defines the io event structure which is used internally by the library to handle low-level I/O notifications from libev. It wraps libev's io watcher functionality for read/write readiness on file descriptors. This event is fundamental for most asynchronous socket and file operations.

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.