libcopp  2.2.0
Public Types
coroutine_context_base::status_type Struct Reference

status of safe coroutine context base More...

#include <coroutine_context_base.h>

Collaboration diagram for coroutine_context_base::status_type:
Collaboration graph

Public Types

enum  type {
  EN_CRS_INVALID = 0 , EN_CRS_READY , EN_CRS_RUNNING , EN_CRS_FINISHED ,
  EN_CRS_EXITED
}
 

Detailed Description

status of safe coroutine context base

Definition at line 79 of file coroutine_context_base.h.

Member Enumeration Documentation

◆ type

Enumerator
EN_CRS_INVALID 

EN_CRS_INVALID.

EN_CRS_READY 

EN_CRS_READY.

EN_CRS_RUNNING 

EN_CRS_RUNNING.

EN_CRS_FINISHED 

EN_CRS_FINISHED.

EN_CRS_EXITED 

EN_CRS_EXITED.

Definition at line 80 of file coroutine_context_base.h.


The documentation for this struct was generated from the following file: