Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

coroutines for DJGPP?

28 views
Skip to first unread message

janezz55

unread,
Sep 3, 2022, 1:59:36 AM9/3/22
to
Did any of you guys manage to get the standard c++ coroutines work under DJGPP? My "hand-rolled" coroutines work (https://github.com/user1095108/cr2), but the standard ones are probably the future.

janezz55

unread,
Sep 3, 2022, 10:23:08 AM9/3/22
to
Apparently everything works out of the box. No additional library needs to be built. Amazing.

Louis Santillan (lpsantil@gmail.com) [via djgpp@delorie.com]

unread,
Sep 4, 2022, 11:20:48 AM9/4/22
to dj...@delorie.com
I was going to suggest Simon Tatham’s regarded coroutine library.

rugxulo

unread,
Sep 21, 2022, 5:52:56 PM9/21/22
to
Hi,

On Sunday, September 4, 2022 at 10:20:48 AM UTC-5, Louis Santillan (lpsa...@hates.spam) [via dj...@nospam.pls] wrote:
> I was going to suggest Simon Tatham’s regarded coroutine library.
>
> https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
> On Sat, Sep 3, 2022 at 7:50 AM janezz55 (jane...@dont.spam) [via dj...@spam.sux] <dj...@spam.sux> wrote:
> Apparently everything works out of the box. No additional library needs to be built. Amazing.

What about Juan's updated 2017 port of FSU Pthreads?

* https://www.delorie.com/pub/djgpp/current/v2tk/fpth314b.zip

Louis Santillan (lpsantil@gmail.com) [via djgpp@delorie.com]

unread,
Nov 25, 2022, 1:12:42 AM11/25/22
to dj...@delorie.com
Pthreads are not exactly the same thing as coroutines. 

0 new messages