Skip to content

Commit

Permalink
Deploy preview for PR 141 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Dec 5, 2023
1 parent 3233d6e commit e6b58ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified pr-preview/pr-141/sitemap.xml.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions pr-preview/pr-141/stream/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1379,9 +1379,9 @@ <h2 id="kstreams.streams.Stream" class="doc doc-heading">
<span class="k">else</span><span class="p">:</span>
<span class="c1"># It is not an async_generator so we need to</span>
<span class="c1"># create an asyncio.Task with func</span>
<span class="n">logging</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span>
<span class="s2">&quot;The `async for in` loop approach might be deprecate in the future.&quot;</span>
<span class="s2">&quot; Consider migrating to a typing approach.&quot;</span>
<span class="n">logging</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;Streams with `async for in` loop approach might be deprecate. &quot;</span>
<span class="s2">&quot;Consider migrating to a typing approach.&quot;</span>
<span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_consumer_task</span> <span class="o">=</span> <span class="n">asyncio</span><span class="o">.</span><span class="n">create_task</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">func_wrapper</span><span class="p">(</span><span class="n">func</span><span class="p">))</span>
<span class="k">else</span><span class="p">:</span>
Expand Down

0 comments on commit e6b58ad

Please sign in to comment.