Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 20, 2018
1 parent 2e29d3b commit 22c34bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

# safeqthreads

Track and manage your QThreads
The motivation behind safeqthreads is to allow Qthreads to finish before the application exits. If the application exits before a QThread is finished the Python garbage collector will release the QThread and potentially cause Python to crash.

## Installation
...
safeqthreads is both python 2 and 3 compatible
```bash
pip install safeqthreads
```

## Motivation
...
Expand Down

0 comments on commit 22c34bb

Please sign in to comment.