diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-18 23:16:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-18 23:23:01 +0700 |
commit | 02841875e0cfa8716fd042fafb5e454d54eeba96 (patch) | |
tree | d6043e8feaf16419ab7f44c8909cd6b58081773f /python/stopit/README | |
parent | 29f7a2f4b84c8245ad95cb26a25aa7b89f95de10 (diff) | |
download | slackbuilds-02841875e0cfa8716fd042fafb5e454d54eeba96.tar.gz |
python/stopit: Added (Raise asynchronous exceptions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/stopit/README')
-rw-r--r-- | python/stopit/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/stopit/README b/python/stopit/README new file mode 100644 index 0000000000..3057bee0be --- /dev/null +++ b/python/stopit/README @@ -0,0 +1,2 @@ +Raise asynchronous exceptions in other threads, control the timeout of +blocks or callables with two context managers and two decorators. |