mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-16 07:24:38 +01:00
Author:halw
Date:2011-03-14T22:50:56.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@846 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -215,7 +215,7 @@ Now consider the only case, Case 1, determining asynchronous calls.
|
||||
|
||||
Separate calls to commands are asynchronous. This means that when a client executes an asynchronous feature call, it “logs” the need for its associated feature application. But then rather than waiting for the feature application to complete, the client routine continues execution of instructions beyond the asynchronous call.
|
||||
|
||||
It is in this case that concurrent computation is achieved. The process of the client object is free to continue processing while the processor handling the target of the asynchronous feature call applies that feature.
|
||||
It is in this case that concurrent computation is achieved. The processor of the client object is free to continue processing while the processor handling the target of the asynchronous feature call applies that feature.
|
||||
|
||||
|
||||
==Design by Contract and SCOOP==
|
||||
|
||||
Reference in New Issue
Block a user