This release adds iter2-next
, which works like iter-next
for simple values, but for complex forms relays nonlocal exits to the generator functions. This makes it possible to use the functions as coroutines that can exchange not only values, but also exceptions (signals).