Skip to content

Commit

Permalink
Update readme to not mention threading
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Apr 16, 2022
1 parent 1fe9290 commit 5e45c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For full documentation please visit: https://pyzeebe.readthedocs.io/en/stable/

### Worker

The `ZeebeWorker` class uses threading to get and run jobs.
The `ZeebeWorker` class gets jobs from the gateway and runs them.

```python
import asyncio
Expand Down

0 comments on commit 5e45c95

Please sign in to comment.