Skip to main content

Practice ยท 1 of 3

Build Generator<int> from Scratch

Implement the full Generator<T> from the lesson (promise, handle wrapper, RAII) and the counter(from, to) coroutine with co_yield. The graded checks resume it exactly and expect exact values.

Difficulty: advanced

Back to lesson: Practice: Hands on the Handle