#include <network_ioservice.h>
A writer that can receive asynchronous write notifications from an AioService.
公共成员函数 |
|
| MAXON_METHOD Result < void > | NotifyForWrite ( SocketT sockfd, Result < void > result) |
私有成员函数 |
|
| MAXON_INTERFACE ( AioWriterInterface , MAXON_REFERENCE_NORMAL , "net.maxon.interface.aiowriter") | |
|
private |
| MAXON_METHOD Result <void> NotifyForWrite | ( | SocketT | sockfd , |
| Result < void > | result | ||
| ) |
Event callback to signal when a non-blocking write operation is (likely) possible. This function is never called concurrently.
| [in] | sockfd | The socket handle ready for writing. |
| [in] | result | An error if an operation registered by this reader failed. |