mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
3c97bfb397
Signed-off-by: B. Watson <yalhcru@gmail.com>
7 lines
355 B
Text
7 lines
355 B
Text
The stopit python module provides the user with a function that raises
|
|
an exception in another thread, including the main thread. It also
|
|
provides two context managers that may stop its inner block activity
|
|
on timeout and two decorators that may stop its decorated callables
|
|
on timeout.
|
|
|
|
This SlackBuild will build with both Python2 and Python 3 support.
|