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 cdc3564 commit 12b7a8eCopy full SHA for 12b7a8e
README.md
@@ -272,7 +272,8 @@ public class MessageConsumer {
272
```jshelllanguage
273
ConseqExecutor.instance()
274
```
275
- If the concurrency is customized, ConseqExecutor instance uses a `ForkJoinPool` of such concurrency/parallelism:
+ If the concurrency is customized, the ConseqExecutor instance uses a `ForkJoinPool` of the specified
276
+ concurrency/parallelism:
277
278
ConseqExecutor.instance(10)
279
0 commit comments