Skip to content

Commit 0b0b0dc

Browse files
committed
Updates to README.md.
1 parent b60be19 commit 0b0b0dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,15 @@ same convention.
8484

8585
# 4. The asyn.py library
8686

87-
This library provides 'micro' implementations of the `asyncio` synchronisation
88-
primitives [CPython docs](https://docs.python.org/3/library/asyncio-sync.html).
87+
This library [docs](./PRIMITIVES.md) provides 'micro' implementations of the
88+
`asyncio` synchronisation primitives.
89+
[CPython docs](https://docs.python.org/3/library/asyncio-sync.html)
8990

9091
It also supports a `Barrier` class to facilitate coroutine synchronisation.
9192

9293
Coroutine cancellation is performed in an efficient manner in `uasyncio`. The
93-
`asyn` library enhances this by enabling the cancelling coro to pause until
94-
cancellation is complete and to check the 'running' status of individual
95-
coroutines.
94+
`asyn` library uses this, further enabling the cancelling coro to pause until
95+
cancellation is complete. It also provides a means of checking the 'running'
96+
status of individual coroutines.
9697

9798
A lightweight implementation of `asyncio.gather` is provided.

0 commit comments

Comments
 (0)