Updated wikipage Asynchronous Calls. (Signed-off-by:bmeyer).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2280 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2021-01-29 15:22:03 +00:00
parent 5c4602f29c
commit d1424a1318

View File

@@ -1,4 +1,4 @@
[[Property:modification_date|Thu, 13 Feb 2020 16:00:53 GMT]]
[[Property:modification_date|Fri, 29 Jan 2021 15:22:03 GMT]]
[[Property:publication_date|Thu, 13 Feb 2020 16:00:53 GMT]]
[[Property:title|Asynchronous Calls]]
[[Property:weight|6]]
@@ -66,7 +66,7 @@ Note the difference between ''controlled'' and ''locked'':
{{note|In terms of implementation, a ''lock'' corresponds to an open call queue to a region.}}
Now consider a small classes <code>HASH_STORAGE</code> and <code>EXAMPLE</code>:
Now consider small classes <code>HASH_STORAGE</code> and <code>EXAMPLE</code>:
<code>
class HASH_STORAGE feature