achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
153 stars 11 forks source link

Add Example ticktock to test create_timer #6

Closed greenyant closed 7 years ago

greenyant commented 7 years ago

I've made a create_timer example code (ticktock.py) using "Async Timer" example code in README.

codecov[bot] commented 7 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files           4        4           
  Lines         230      230           
=======================================
  Hits          221      221           
  Misses          9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0667c2d...2d8c1b5. Read the comment docs.

greenyant commented 7 years ago

Add Examples from README