Skip to content

Commit 5edf58c

Browse files
authored
Update README.md
1 parent 738bd8c commit 5edf58c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,9 @@ AdvImage.takeScrenshots(File path, int amount, int delay);
198198
AdvImage.takeScrenshots(File path, int amount, int delay, boolean inNewThread);
199199
```
200200
Important : the input file needs to be a directory !
201+
---
202+
203+
### Run something parallel :
204+
```java
205+
ParallelTask.runParallel(Runnable runnable, CommandCallback callback);
206+
```

0 commit comments

Comments
 (0)