General
coroutine
A special function declared with async that can be started, paused, and resumed as part of asynchronous processing.
General
A special function declared with async that can be started, paused, and resumed as part of asynchronous processing.