|
||||
File indexing completed on 2025-01-18 10:10:35
0001 #ifndef ROOT_Internal_ExecutionPolicy 0002 #define ROOT_Internal_ExecutionPolicy 0003 0004 namespace ROOT { 0005 enum class EExecutionPolicy { kSequential, kMultiThread, kMultiProcess }; 0006 } 0007 0008 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |