Author:halw
Date:2011-09-04T18:04:13.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@968 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-09-04 18:04:13 +00:00
parent 762f9c35e3
commit 513382f33b

View File

@@ -187,6 +187,7 @@ In concurrent Eiffel with SCOOP things are different. This is because a particul
{{definition|Asynchronous feature call|A feature call which causes the “logging” of a request by a client for the associated feature application to be executed by the suppliers processor. }}
After an asynchronous feature call, the execution of the client proceeds immediately, possibly in parallel with the application of the feature on some other processor. We'll revisit this point after a look at what it takes for a call to be synchronous or asynchronous.