1. 동기

2. 비동기

# 디스코드 봇 모듈을 이용한 코루틴 구현 예시

@bot.command()
async def ping(ctx):
    await ctx.channel.send(f'pong! 퐁!')

3. async - await

4. 이벤트 루프