mirror of https://github.com/MagicStack/uvloop.git
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
|
* Tests for signals:
|
||
|
|
||
|
- create a subprocess that runs another uvloop and calls 'time.sleep()';
|
||
|
the kill it with SIGINT. Expect it stop immediately.
|