lenskit.parallel.NestedPool =========================== .. py:class:: lenskit.parallel.NestedPool(*, n_threads = None) :canonical: lenskit.parallel._pool.NestedPool Context manager to run accelerator tasks in separate accelerator pools. :Stability: Internal .. py:attribute:: n_threads :type: int .. py:method:: active_accel_pool() :staticmethod: .. py:method:: __enter__() .. py:method:: __exit__(exc_type, exc_val, exc_tb)