qb
2.0.0.0
C++17 Actor Framework
Issue
Watch
Star
Fork
Follow @isndev
Loading...
Searching...
No Matches
io.h
Go to the documentation of this file.
1
25
26
#ifndef QB_IO_ASYNC_EVENT_IO_H
27
#define QB_IO_ASYNC_EVENT_IO_H
28
29
#include "
base.h
"
30
31
namespace
qb::io::async::event {
32
51
struct
io
:
base
<ev::io> {
52
using
base_t
=
base<ev::io>
;
53
58
explicit
io
(ev::loop_ref loop)
59
:
base_t
(loop) {}
60
};
61
62
}
// namespace qb::io::async::event
63
64
#endif
// QB_IO_ASYNC_EVENT_IO_H
base.h
Base class for asynchronous events in the QB IO library.
qb::io::async::event::base< ev::io >::base
base(ev::loop_ref loop)
Definition
base.h:83
qb::io::async::event::io::io
io(ev::loop_ref loop)
Constructor.
Definition
io.h:58
qb::io::async::event::io::base_t
base< ev::io > base_t
Base type alias for base<ev::io>.
Definition
io.h:52
include
qb
io
async
event
io.h
Generated by
1.14.0