Skip to content

Commit 12b7a8e

Browse files
committed
+ doc
1 parent cdc3564 commit 12b7a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ public class MessageConsumer {
272272
```jshelllanguage
273273
ConseqExecutor.instance()
274274
```
275-
If the concurrency is customized, ConseqExecutor instance uses a `ForkJoinPool` of such concurrency/parallelism:
275+
If the concurrency is customized, the ConseqExecutor instance uses a `ForkJoinPool` of the specified
276+
concurrency/parallelism:
276277
```jshelllanguage
277278
ConseqExecutor.instance(10)
278279
```

0 commit comments

Comments
 (0)