home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9163 < prev    next >
Encoding:
Text File  |  1992-09-08  |  908 b   |  28 lines

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