mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -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 ==
|
||||
|
||||
@@ -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==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user