20 lines
560 B
Markdown
20 lines
560 B
Markdown
# asyncio-seppuku
|
|
[](https://travis-ci.org/jar3b/asyncio-seppuku)
|
|
[](https://badge.fury.io/py/asyncio-seppuku)
|
|
|
|
|
|
Sends signal to current pid after specified delay.
|
|
|
|
Works on Linux (because OS async singals support is required), supports Python 3.3+ (for Python 3.3 need to install asyncio)
|
|
|
|
## For what?
|
|
idk
|
|
|
|
## Installation
|
|
|
|
via pip: `pip install asyncio-seppuku`
|
|
|
|
## Usage
|
|
See [examples/simple.py](examples/simple.py)
|
|
|