Skip to content

iter2 2.0

Latest
Compare
Choose a tag to compare
@doublep doublep released this 10 Jan 20:08
· 1 commit to master since this release

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).