mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user