diff --git a/README.md b/README.md index c5ebb09..3a79004 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ timeout-interrupt ================= -Works like ruby's timeout, but interrupts every call, also syscalls, which blocks the hole ruby-process. +Works like ruby's timeout, but interrupts *every call*, also syscalls, which blocks the hole ruby-process. It uses POSIX's alarm and traps ALRM-signals. -Known limitations bacause of alarm and ALRM are, that you can not use alarm or trap ALRM. +Known limitations bacause of alarm and ALRM are, that you can not use alarm or trap ALRM in the same time. + Scopes ====== @@ -23,27 +24,30 @@ If you want to know, which was raised, you need custom exceptions: class CustomErrorWillBeRaised