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

View File

@@ -1,6 +1,3 @@
[[Property:modification_date|Mon, 15 Feb 2021 09:17:32 GMT]]
[[Property:publication_date|Mon, 15 Feb 2021 09:17:32 GMT]]
[[Property:link_title|... build with SCOOP]]
[[Property:uuid|D1DDF411-5387-4A81-9A85-3EF8A2A4220D]]
[[Property:weight|0]]
[[Property:title|How to build a concurrent graphical application: EiffelVision with SCOOP]]

View File

@@ -1,9 +1,9 @@
[[Property:modification_date|Mon, 15 Feb 2021 09:18:27 GMT]]
[[Property:modification_date|Thu, 11 Feb 2021 18:02:19 GMT]]
[[Property:publication_date|Tue, 09 Feb 2021 18:31:11 GMT]]
[[Property:uuid|53571D42-854B-40C2-A98D-A1A5EF5DDA3B]]
[[Property:weight|0]]
[[Property:title|Triggering Pick-and-Drop]]
[[Property:link_title|... trigger PnD]]
[[Property:link_title|Triggering PnD]]
= Triggering Eiffel's Pick-and-Drop Mechanism =
== Introduction ==

View File

@@ -1,12 +1,9 @@
[[Property:modification_date|Mon, 15 Feb 2021 11:57:46 GMT]]
[[Property:publication_date|Mon, 15 Feb 2021 09:18:59 GMT]]
[[Property:link_title|... make void-safe]]
[[Property:title|Converting EiffelVision 2 Systems to Void-Safety]]
[[Property:weight|1]]
[[Property:uuid|96e01318-700b-da6e-42d1-14fee219daf5]]
==Introduction==
In order to convert systems that employ EiffelVision 2 (Vision2) to [[Void-safe programming|void-safety]], some adjustments may be needed depending on its usage. This page describes the various usage scenarios of Vision2 that will need to be converted in order to adhere to void-safety.
In order to convert systems that employ EiffelVision 2 (Vision2) to [[Void-safe Programming in Eiffel|void-safety]], some adjustments may be needed depending on its usage. This page describes the various usage scenarios of Vision2 that will need to be converted in order to adhere to void-safety.
<!--break-->
==Inheritance Purely from an Interface Class==