Skip to content

Commit 95345d0

Browse files
committed
classic-coroutines: remove broken link
1 parent 47a50ef commit 95345d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/extra/classic-coroutines/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ generator-based coroutines::
5858
native coroutines::
5959
A coroutine defined with `async def`. You can delegate from a native coroutine to another native coroutine or to a generator-based coroutine using the `await` keyword, similar to how classic coroutines use `yield from`.
6060

61-
Native coroutines and generator-based coroutines are intended specifically for asynchronous I/O programming. As such, we'll get back to them in <<async_ch>>—Basic Asyncio.
62-
61+
Native coroutines and generator-based coroutines are intended specifically for asynchronous I/O programming.
6362
This post is about _classic coroutines_.
63+
6464
Although native coroutines evolved from classic coroutines, they don't replace them completely.
6565
Classic coroutines have some useful behaviors that native coroutines can't emulate—and vice-versa,
6666
native coroutines have features that are missing in classic coroutines.

0 commit comments

Comments
 (0)