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>
1917
1917
<li><strong>Remembering to call next() is easy to forget.</strong></li>
1918
-
<li><strong>Solved by wrapping functions that return a coroutine with a decorator:</strong></li>
1918
+
<li><strong>Solved by wrapping coroutine functions with a following decorator:</strong></li>
0 commit comments