Skip to content

Commit 1c3e796

Browse files
author
Stephen Diehl
committed
Merge pull request sdiehl#10 from ehebert/posix-and-small-typo
Upcases references to POSIX.
2 parents 38e2917 + 60bcce5 commit 1c3e796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lightweight coroutine provided to Python as a C extension module.
3434
Greenlets all run inside of the OS process for the main
3535
program but are scheduled cooperatively. This differs from any of
3636
the real parallelism constructs provided by ``multiprocessing`` or
37-
``multithreading`` libraries which do spin processes and posix threads
37+
``multithreading`` libraries which do spin processes and POSIX threads
3838
which are truly parallel.
3939

4040
## Synchronous & Asynchronous Execution
@@ -260,8 +260,8 @@ Even though gevent is normally deterministic, sources of
260260
non-determinism can creep into your program when you beging to
261261
interact with outside services such as sockets and files. Thus
262262
even though green threads are a form of "deterministic
263-
concurrency", they still can experience some of the smae problems
264-
that posix threads and processes experience.
263+
concurrency", they still can experience some of the same problems
264+
that POSIX threads and processes experience.
265265

266266
The perennial problem involved with concurrency is known as a
267267
*race condition*. Simply put is when two concurrent threads

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy