From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,2f32155a0e3ba7b0,start X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,2f32155a0e3ba7b0,start X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: ANNOUNCE: suspension objects article posted to ACM archives Date: 1999/04/11 Message-ID: #1/1 X-Deja-AN: 465055510 NNTP-Posting-Date: Sun, 11 Apr 1999 02:42:01 PDT Newsgroups: comp.lang.ada,comp.realtime Date: 1999-04-11T00:00:00+00:00 List-Id: I have posted the article "Task Synchronization Using Suspension Objects" to the April 1999 ACM patterns archive. Critical regions are implemented using a Suspension_Object, a built-in primitive (in the Real-Time Systems Annex) for low-level but extremely efficient task synchronization. I have translated every C++ example in the GoF Design Patterns book to Ada95, and have now started documenting idioms for concurrency, real-time programming, and interprocess communication. You can subscribe to the ACM patterns list by sending the message (body) subscribe patterns to the ACM mailing list server. Matt