classes/TaskCoroutine.md

TaskCoroutine

Overview:

TaskCoroutine wraps a generator and provides the internal execution model for Work.

Use TaskCoroutine inside cooperative workers where generator state and pass-through values must be tracked per task.

Public API: