diff options
author | root <root> | 2010-10-25 11:10:10 +0000 |
---|---|---|
committer | root <root> | 2010-10-25 11:10:10 +0000 |
commit | 58f7cd12e2e62a7721a844a0bd18fc9e9c595ba2 (patch) | |
tree | 21ec4d2f00c3e7455712315e2da37d83c5ab8883 | |
parent | 7f483d77d8cfe5e3d345e3eeae311fe0dd0c838c (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -825,9 +825,9 @@ has processed all outstanding events). The C<how> argument must be either C<EVBREAK_ONE>, which will make the innermost C<ev_run> call return, or C<EVBREAK_ALL>, which will make all nested C<ev_run> calls return. -This "unloop state" will be cleared when entering C<ev_run> again. +This "break state" will be cleared when entering C<ev_run> again. -It is safe to call C<ev_break> from outside any C<ev_run> calls. ##TODO## +It is safe to call C<ev_break> from outside any C<ev_run> calls, too. =item ev_ref (loop) |