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
Press Submit to check your solution.
Back to lesson: Practice: Hands on the Handle