mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 17:17:07 +08:00
Add precision to test_parallel docstring
This commit is contained in:
@@ -210,6 +210,9 @@ def teardown_test():
|
||||
def test_parallel(num_threads=2):
|
||||
"""Decorator to run the same function multiple times in parallel.
|
||||
|
||||
This decorator is useful to ensure that separate threads execute
|
||||
concurrently and correctly while releasing the GIL.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
num_threads : int, optional
|
||||
|
||||
Reference in New Issue
Block a user