Author:manus

Date:2014-10-27T21:51:16.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1397 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2014-10-27 21:51:16 +00:00
parent 36d446be0c
commit cba96dd3f0

View File

@@ -38,7 +38,7 @@ If the instructions in the rescue clause can set things up so that it might prov
If the rescue clause exits without issuing a <code>retry</code> instruction, then the routine fails.
It should be noted that rescue clauses and retry instructions are not something that are used commonly. Out of the approximately 2000 class in the delivered Eiffel libraries, there are only 16 occurrences. Many of these are oriented toward network and database operations for which some reasonable recovery might be possible.
It should be noted that rescue clauses and retry instructions are not something that are used commonly. Out of the approximately 2000 classes in the delivered Eiffel libraries, there are only 16 occurrences. Many of these are oriented toward network and database operations for which some reasonable recovery might be possible.
<code>
transmit: (p: PACKET)
-- Transmit packet `p'