mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 01:29:28 +02:00
Author:halw
Date:2011-03-01T22:52:38.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@794 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -195,12 +195,12 @@ After an asynchronous feature call, the execution of the client proceeds immedia
|
||||
|
||||
First, every feature call is either a synchronous feature call or an asynchronous feature call. For a particular call, the following rules determine which it is:
|
||||
|
||||
A feature call is synchronous in the following cases:
|
||||
A feature call is '''synchronous''' in the following cases:
|
||||
# It is a non-separate call.
|
||||
# It is a separate call to a query.
|
||||
# It is a feature call which has at least one actual argument which is a separate argument of the enclosing routine.
|
||||
|
||||
A feature call is asynchronous in the following case:
|
||||
A feature call is '''asynchronous''' in the following case:
|
||||
# It is a separate call to a command.
|
||||
|
||||
Let’s look a little closer at those cases determining synchronous calls.
|
||||
|
||||
Reference in New Issue
Block a user