CO_COROUTINE

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

enum int CO_COROUTINE;

Meta