home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- From: nigel@cotswold.demon.co.uk (Nigel Roles)
- Path: sparky!uunet!pipex!demon!cotswold.demon.co.uk!nigel
- Subject: Re: Threads/Coroutines for DOS
- Distribution: world
- References: <1992Sep8.050225.1013@iti.gov.sg>
- Organization: Interconnect
- Lines: 15
- Date: Tue, 8 Sep 1992 15:03:50 +0000
- Message-ID: <715992030snx@cotswold.demon.co.uk>
- Sender: usenet@gate.demon.co.uk
-
-
- In article <1992Sep8.050225.1013@iti.gov.sg> stan@iti.gov.sg (Tan See Mong) writes:
-
- >
- > I need a (p.d.) threads package for DOS for the project I'm working on.
- > I checked out CTASK by Thomas Wagner -- it's a great piece of work
- > but a little too heavyweight. All that's required here is non-premeptive
- > coroutines that will work with Borland 3.0 C/C++. Is there anything like this
- > around?
- >
- > stan
- >
- >
- BC++ 3.1 reference manual on longjmp states it is sufficient for implementing
- coroutines.
-