Skip to main content

coroutine

Description

A coroutine is a function that can be suspended and resumed at a later time, enabling asynchronous execution of synchronous code.