Class RecvThread

Inheritance Relationships

Base Type

Class Documentation

class RecvThread : private actorpp::Actor

Public Functions

inline RecvThread(int fd, Channel<std::vector<uint8_t>> on_message, Channel<CloseReason> on_close)
inline void run()
inline void exit()
inline ~RecvThread()