Public Member Functions | |
NonblockingPacketService (shared_ptr< SocketWrapperInterface > socket_wrapper, unique_ptr< NonblockingSenderInterface > sender, shared_ptr< NonblockingReceiverInterface > receiver) | |
HandlerKey | Submit (unique_ptr< Message > message, unique_ptr< Command > command, const shared_ptr< const string > value, unique_ptr< HandlerInterface > handler) |
bool | Run (fd_set *read_fds, fd_set *write_fds, int *nfds) |
bool | Remove (HandlerKey handler_key) |
Definition at line 53 of file nonblocking_packet_service.h.