We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2284 commit b25a038Copy full SHA for b25a038
src/core/stages.hpp
@@ -10,7 +10,7 @@ namespace plugify {
10
Transform, // Parallel processing, no order changes
11
Barrier, // Can reorder/filter the container
12
Sequential, // Processes in container order
13
- // Batch // Parallel processing in controlled batches
+ // Batch // Parallel processing in controlled batches
14
};
15
16
// Execution context
0 commit comments