Skip to content

Commit

Permalink
README was changed;
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dubovik committed Nov 10, 2023
1 parent 25db0c2 commit d4b13b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if __name__=='__main__':
```
Out:

![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/test-new.gif)
![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/add_progress_example.gif)

For **Windows** systems you need to add the `worker_queue` parameter to the functions `foo` and `bar` and use the `used_add_progress_decorator` parameter in the `progress_map` function:
```python
Expand All @@ -189,7 +189,7 @@ if __name__=='__main__':
```
Out:

![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/test-new.gif)
![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/add_progress_example.gif)

You can also use the `stopit_after_timeout` decorator separately:
```python
Expand Down

0 comments on commit d4b13b6

Please sign in to comment.