rainwoodman / tinypy

tpy, a pet python forked from tinypy
Other
21 stars 5 forks source link

Revisit the iterator protocol and add support to yield. #8

Open rainwoodman opened 5 years ago

rainwoodman commented 5 years ago

The iterator protocol in Python is the basis for async calls. I'd like to add support to this.