Merged 20.11 into trunk documentation

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2327 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eifops
2021-11-24 16:21:58 +00:00
parent f608be8b23
commit eb272d7a9e
11 changed files with 530 additions and 77 deletions

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