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,942b3184b8c0c422 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Platform portable support of heir. file systems Date: 1996/12/20 Message-ID: #1/1 X-Deja-AN: 205007457 references: <01bbec7f$453edcd0$24af1486@pc-phw> <1996Dec19.075644.1@eisner> <59c7sd$osh@top.mitre.org> <1996Dec19.164901.1@eisner> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-12-20T00:00:00+00:00 List-Id: In article <1996Dec19.164901.1@eisner>, Larry Kilgallen wrote: > stash_into (a, directory_get_first ("directory_a")); > stash_into (b, directory_get_first ("directory_b")); > >Now how do I tell directory_get_next which of those two simultaneously >active directory iterations I want ? And don't forget that Ada has tasks. - Bob