Skip to content

Commit c67b9d3

Browse files
authored
Update Doc/library/concurrent.interpreters.rst
1 parent 4c6efff commit c67b9d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ makes them similar to processes, but they still enjoy in-process
134134
efficiency, like threads.
135135

136136
All that said, interpreters do naturally support certain flavors of
137-
concurrency, as a powerful side effect of that isolation. It enables
138-
a different approach to concurrency than you can take with async or
139-
threads. It's a similar concurrency model to CSP or the actor model,
137+
concurrency.
138+
There's a powerful side effect of that isolation. It enables a
139+
different approach to concurrency than you can take with async or
140+
threads. It's a similar concurrency model to CSP or the actor model,
140141
a model which is relatively easy to reason about.
141142

142143
You can take advantage of that concurrency model in a single thread,

0 commit comments

Comments
 (0)