Skip to content

Commit

Permalink
install block
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 14, 2019
1 parent 646793d commit 39eab06
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# atasker
Python library for modern thread polling and task processing using asyncio

# Install

```bash
pip3 install atasker
```

Sources: https://github.com/alttch/atasker

Documentation: https://atasker.readthedocs.io/

## Why

* asynchronous programming is a perfect way to make your code fast and reliable
Expand All @@ -9,8 +19,8 @@ Python library for modern thread polling and task processing using asyncio
background

**atasker** combines advantages of both ways: atasker tasks run in separate
threads however task supervisor and workers are completely asynchronous and all
their methods are thread-safe.
threads however task supervisor and workers are completely asynchronous. But
all their public methods are thread-safe.

## Why not standard Python thread pool?

Expand Down

0 comments on commit 39eab06

Please sign in to comment.