asyncio-seppuku/README.md
2018-02-16 22:48:18 +03:00

545 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

Usage

See examples/simple.py