We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfe596 commit 33c523bCopy full SHA for 33c523b
docs/performance.rst
@@ -244,6 +244,11 @@ dramatically:
244
245
Until this is improved, you should limit the number of callback chains you run.
246
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
+
252
PyPy
253
----
254
Almost all of these patterns become CPU-bound pretty quickly with CPython, the
0 commit comments