CO_COROUTINE

The CO_COROUTINE flag is set for coroutine functions (defined with `async def` keywords)

version(Python_3_5_Or_Later)
extern (C)
enum int CO_COROUTINE;

Meta