mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Update wikipage Asynchronous Calls. (Signed-off-by:bmeyer).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1930 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -111,7 +111,7 @@ For example, a region might be locked because of a controlled argument somewhere
|
|||||||
|
|
||||||
There is a workaround to disable lock passing for a specific call:
|
There is a workaround to disable lock passing for a specific call:
|
||||||
<code>
|
<code>
|
||||||
async_call (a_procedure: separate PROCEDURE [ANY, TUPLE])
|
async_call (a_procedure: separate PROCEDURE [TUPLE])
|
||||||
do
|
do
|
||||||
a_procedure.call (Void)
|
a_procedure.call (Void)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user