qb
2.0.0.0
C++17 Actor Framework
|
Aggregation of all event types for the asynchronous I/O system. More...
#include "disconnected.h"
#include "extracted.h"
#include "dispose.h"
#include "eof.h"
#include "eos.h"
#include "file.h"
#include "io.h"
#include "pending_read.h"
#include "pending_write.h"
#include "signal.h"
#include "timer.h"
#include "handshake.h"
Go to the source code of this file.
Aggregation of all event types for the asynchronous I/O system.
This file includes all the event types defined in the qb::io::async::event namespace. Including this file gives access to the complete set of events that can be used with the asynchronous I/O system.
Event handling in QB IO is based on the observer pattern. Classes derived from io/input/output can receive event notifications by implementing handlers with the signature: void on(event_type &&);
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.