Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!clyde!burl!ulysses!allegra!alice!shopiro From: shopiro@alice.UucP (Jonathan Shopiro) Newsgroups: net.lang.c++ Subject: Re: Co-routines in C++ Message-ID: <6011@alice.uUCp> Date: Sun, 31-Aug-86 16:32:18 EDT Article-I.D.: alice.6011 Posted: Sun Aug 31 16:32:18 1986 Date-Received: Sun, 31-Aug-86 23:01:17 EDT References: <1743@wucs.UUCP> Organization: Bell Labs, Murray Hill Lines: 3 Constructors of tasks shouldn't return, nor should main if tasks are being used. Use ``resultis(n)'' in the tasks and ``thistask->resultis(n)'' in main.