h2non / paco

Small utility library for coroutine-driven asynchronous generic programming in Python
http://paco.rtfd.io
MIT License
202 stars 13 forks source link

add loop param to paco.interval() #40

Closed thatmattbone closed 6 years ago

thatmattbone commented 6 years ago

Adding in an optional loop param to paco.interval() that gets passed through to ensure_future()

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.084% when pulling 0aa6f7522d5ff6c46c83285cd68c992201a1243e on thatmattbone:master into b4928d1558dcea9339f3695d79acaa3597c32431 on h2non:master.

h2non commented 6 years ago

Thanks! Version 0.2.2 is now available on PyPI.

thatmattbone commented 6 years ago

Awesome, thank you!