qb
2.0.0.0
C++17 Actor Framework
|
Base class for asynchronous events in the QB IO library. More...
#include <ev/ev++.h>
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... |
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.
http://www.apache.org/licenses/LICENSE-2.0
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.