Skip to content

Commit 33c523b

Browse files
committed
Add link to cassandra.concurrent in Performance docs
1 parent fdfe596 commit 33c523b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/performance.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ dramatically:
244244
245245
Until this is improved, you should limit the number of callback chains you run.
246246

247+
For many use cases, you don't need to implement this pattern yourself. You can
248+
simply use :meth:`cassandra.concurrent.execute_concurrent` and
249+
:meth:`cassandra.concurrent.execute_concurrent_with_args`, which implement
250+
this pattern for you with a synchronous API.
251+
247252
PyPy
248253
----
249254
Almost all of these patterns become CPU-bound pretty quickly with CPython, the

0 commit comments

Comments
 (0)