qb
2.0.0.0
C++17 Actor Framework
|
Low-level I/O notification event for asynchronous operations. More...
#include "base.h"
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... |
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.
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.