Skip to content
Snippets Groups Projects
Commit 0caad8d5 authored by Xavier Valls Pla's avatar Xavier Valls Pla
Browse files

Fix in documentation :books:

parent 05f4d832
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@
/// * Map(F func, T& args): func is executed on each element of the collection of arguments args
///
/// For either signature, func is executed as many times as needed by a pool of
/// nThreads threads; the number of workers can be passed to the constructor
/// or set via SetNWorkers. It defaults to the number of cores.\n
/// nThreads threads; It defaults to the number of cores.\n
/// A collection containing the result of each execution is returned.\n
/// **Note:** the user is responsible for the deletion of any object that might
/// be created upon execution of func, returned objects included: ROOT::TThreadExecutor never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment