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: 103376,7675210751e9faaa X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Handling exceptions to create an atomic operation Date: 1999/12/05 Message-ID: #1/1 X-Deja-AN: 556705206 Sender: bobduff@world.std.com (Robert A Duff) References: <87r9h2ecol.fsf@deneb.cygnus.argh.org> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-12-05T00:00:00+00:00 List-Id: " "@deneb.cygnus.argh.org (Florian Weimer) writes: > An operation which internally creates several objects should appear to > the caller as one operation which can either complete fail or succeed. Consider using controlled types. - Bob