You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>All coroutines must first be "primed" by calling <codeclass="python hljs"><spanclass="hljs-string">'next(<coroutine>)'</span></code>.</strong></li>
1920
1920
<li><strong>Remembering to call next() is easy to forget.</strong></li>
1921
-
<li><strong>Solved by wrapping coroutine functions with a following decorator:</strong></li>
1921
+
<li><strong>Solved by wrapping coroutine functions with the following decorator:</strong></li>
0 commit comments