doc: remove random reference to libev (#5075)

The document doesn't reference libev anywhere else so it's rather
incongruous to mention it here.

Also add a comma to make the sentence flow better.
This commit is contained in:
Ben Noordhuis 2026-03-18 22:53:00 +01:00 committed by GitHub
parent ea4667b68e
commit 1899789be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,9 +66,9 @@ that other events can continue to be handled as fast as they come in [#]_.
processor, libuv and OSes will usually run background/worker threads and/or processor, libuv and OSes will usually run background/worker threads and/or
polling to perform tasks in a non-blocking manner. polling to perform tasks in a non-blocking manner.
Bert Belder, one of the libuv core developers has a small video explaining the Bert Belder, one of the libuv core developers, has a small video explaining the
architecture of libuv and its background. If you have no prior experience with architecture of libuv and its background. If you have no prior experience with
either libuv or libev, it is a quick, useful watch. libuv, it is a quick, useful watch.
libuv's event loop is explained in more detail in the `documentation libuv's event loop is explained in more detail in the `documentation
<https://docs.libuv.org/en/v1.x/design.html#the-i-o-loop>`_. <https://docs.libuv.org/en/v1.x/design.html#the-i-o-loop>`_.