Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 528 Bytes

File metadata and controls

21 lines (14 loc) · 528 Bytes

Runtime

Vortex drives async work on a shared background thread pool. The pool is sized on first use to VORTEX_MAX_THREADS if that environment variable is set to a non-negative integer, otherwise to the number of available CPU cores minus one. Use :func:`vortex.set_worker_threads` to adjust the pool at runtime.

.. autosummary::
   :nosignatures:

   ~vortex.set_worker_threads
   ~vortex.worker_threads


.. autofunction:: vortex.set_worker_threads

.. autofunction:: vortex.worker_threads