Bredbandskollen CLI
1.2
Asynchronous network task engine
|
Go to the source code of this file.
Enumerations | |
enum class | PollState { NONE , READ_BLOCKED , CONNECTING , TLS_HANDSHAKE , CLOSE , KEEPALIVE , KILL , READ , WRITE , READ_WRITE } |
|
strong |
After doing an operation on a socket, a PollState must be returned to the network engine to describe what you want it to do next with the socket.