File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ Output in debug mode::
249249 raise Exception("not consumed")
250250 Exception: not consumed
251251
252+
252253Asynchronous generators best practices
253254======================================
254255
@@ -284,7 +285,6 @@ manager::
284285
285286 asyncio.run(func())
286287
287-
288288Only create a generator when a loop is already running
289289------------------------------------------------------
290290
@@ -297,7 +297,6 @@ handles this situation and doing it best to call async generator-iterator's
297297Then it is recomended to create async generators only after the event loop
298298has already been created.
299299
300-
301300Avoid iterating and closing the same generator concurrently
302301-----------------------------------------------------------
303302
You can’t perform that action at this time.
0 commit comments