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:
eiffel-org
2017-11-24 12:52:10 +00:00
parent b52800f152
commit e94049f61c

View File

@@ -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:
<code>
async_call (a_procedure: separate PROCEDURE [ANY, TUPLE])
async_call (a_procedure: separate PROCEDURE [TUPLE])
do
a_procedure.call (Void)
end