python-trio / async_generator

Making it easy to write async iterators in Python 3.5
Other
95 stars 23 forks source link

Edit README to assume less background knowledge #26

Open njsmith opened 5 years ago

njsmith commented 5 years ago

Mainly to clarify that the async generator and async context manager examples are actually two different examples, since Ninpo found this confusing. But then once I started editing I of course changed more than that :-).

codecov[bot] commented 5 years ago

Codecov Report

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

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          972      1026   +54     
  Branches        77        79    +2     
=========================================
+ Hits           972      1026   +54     
Impacted Files Coverage Δ
async_generator/_impl.py 100.00% <0.00%> (ø)
async_generator/_util.py 100.00% <0.00%> (ø)
async_generator/_tests/conftest.py 100.00% <0.00%> (ø)
async_generator/_tests/test_util.py 100.00% <0.00%> (ø)
async_generator/_tests/test_async_generator.py 100.00% <0.00%> (ø)