Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bbn!rochester!PT.CS.CMU.EDU!andrew.cmu.edu!bader+ From: bader+@andrew.cmu.edu (Miles Bader) Newsgroups: comp.lang.c Subject: Re: msleep Message-ID: Date: Mon, 9-Nov-87 17:11:40 EST Article-I.D.: andrew.UVZXqQy00UkayG00yf Posted: Mon Nov 9 17:11:40 1987 Date-Received: Wed, 11-Nov-87 20:02:51 EST Organization: Carnegie Mellon University Lines: 7 In-Reply-To: <332@PT.CS.CMU.EDU> > Purpose : What you all been waiting for -- A sleep that works in > microseconds!!!. Actually it depends on the granularity I've always used select(0,0,0,0,&tv) for this; is there anything wrong with doing this? -Miles