From d1424a1318fec0232f3c6758fc94a745fb75f45a Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 29 Jan 2021 15:22:03 +0000 Subject: [PATCH] Updated wikipage Asynchronous Calls. (Signed-off-by:bmeyer). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2280 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki b/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki index b435440e..f7ac42ac 100644 --- a/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki +++ b/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki @@ -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 HASH_STORAGE and EXAMPLE: +Now consider small classes HASH_STORAGE and EXAMPLE: class HASH_STORAGE feature