asyncio-seppuku/README.md
2018-02-16 22:49:13 +03:00

560 B

asyncio-seppuku

Build Status PyPI version

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