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

Base class for asynchronous events in the QB IO library. More...

#include <ev/ev++.h>
Include dependency graph for base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  qb::io::async::IRegisteredKernelEvent
 Interface for kernel event registration and invocation. More...
class  qb::io::async::event::base< _EV_EVENT >
 Base template class for all qb-io specific asynchronous event types. More...

Detailed Description

Base class for asynchronous events in the QB IO library.

This file defines the base infrastructure for events in the asynchronous I/O system. It provides an interface for kernel event registration and a base template class that wraps libev events to be used throughout the library.

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.