Bredbandskollen CLI
1.2
Asynchronous network task engine
src
framework
pollstate.h
Go to the documentation of this file.
1
// Copyright (c) 2018 IIS (The Internet Foundation in Sweden)
2
// Written by Göran Andersson <initgoran@gmail.com>
3
4
#pragma once
5
11
enum class
PollState
{
12
NONE
,
13
READ_BLOCKED
,
15
CONNECTING
,
16
#ifdef USE_GNUTLS
17
TLS_HANDSHAKE
,
18
#endif
19
CLOSE
,
20
KEEPALIVE
,
21
KILL
,
22
READ
,
23
WRITE
,
24
READ_WRITE
25
};
PollState
PollState
Definition:
pollstate.h:11
PollState::READ
@ READ
PollState::KILL
@ KILL
PollState::KEEPALIVE
@ KEEPALIVE
PollState::CLOSE
@ CLOSE
PollState::CONNECTING
@ CONNECTING
PollState::READ_BLOCKED
@ READ_BLOCKED
PollState::READ_WRITE
@ READ_WRITE
PollState::NONE
@ NONE
PollState::TLS_HANDSHAKE
@ TLS_HANDSHAKE
PollState::WRITE
@ WRITE
Generated by
1.9.1