mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-137090: Remove redundant statement in `Doc/library/concurrent.interpreters.rst` (#137091)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
e047a35b23
commit
1e69cd1634
@ -134,7 +134,7 @@ makes them similar to processes, but they still enjoy in-process
|
||||
efficiency, like threads.
|
||||
|
||||
All that said, interpreters do naturally support certain flavors of
|
||||
concurrency, as a powerful side effect of that isolation.
|
||||
concurrency.
|
||||
There's a powerful side effect of that isolation. It enables a
|
||||
different approach to concurrency than you can take with async or
|
||||
threads. It's a similar concurrency model to CSP or the actor model,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user