X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=5rvOFDQ9psVN6+9E5li5YlFMM+SkVRakz7Dgq6Hnutw=; b=DFqfVyVwZv9OIUP1KQbG129OpFKWljLNDXT4SpBikp+8e6OGXfofjMm7xU0hLk/DjO Wzdo/8NHYW4mZZul/VFjZn2quk63bJWm1XKi8pDj1QjKJ1OtNTlqHMtC3FMMIKBf9We2 UzoK6umeJbyh+TJIeT2uwOGeOi43jFl3zDXovl1e8DVW2rO/OedyemSQmY3/Bcx7fhC4 5+IH7cOxF+pCg0I1RJrKY1OscJWIbamX1sijZC5ZggmdCrpi98wudGos/hHPv0HzER41 a+6g7AXMgC3O6PP/Nq2SZu9GYqoqiG5ZmkJSxNY+xZJbR61kjRPQyEzMNYZB0kkTBbOk O7vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5rvOFDQ9psVN6+9E5li5YlFMM+SkVRakz7Dgq6Hnutw=; b=HSkUjRzAE/InjhNBcvtW5oJxOmrqWibKiZythlRhx1o5yOeG5Vy6tSYAkUqccZDq8q owUzSGmlAkP3WgiQ9AgFWWBthdlUuo2ph4K5nIxyRZHtg81zDNYsVvQvdfzcA8+jdGuH MygMFv14+fdp7yJfBVaGf9PZyRNe7i3VPFJ7KkfiGCnIJ/N4ruN3rwv63vwzZbGJF/Op LaXkn8pyyY0B493Bcqs32Scall9dw49ZbjyeYPWtdw2K4+qvxwJhgV53Cw37gz9tQCNt XtUqXmQgf+3ioTnxBLTD175BCtLTNDHFHmVv1r2hMg9OqpAp0dpeNTxVY1igvfDxIpEf vZNA== X-Gm-Message-State: ANoB5plqGE5FqeiRuxD0LODoM89qa2lb+qGUl7/Pje47f4SULs5C12ca lkRYPcDskknjtEFvgyxCPy8rurh/Fbzb89F5bsHJuItt X-Google-Smtp-Source: AA0mqf5C9fGEnF85cDuqORj51wmNrWWnhOtjQeLZiOVkM587ZtQRqapvosH9/b0CGSpkud1PPv3U4Sjl5RA5c3EQt7U= X-Received: by 2002:a17:903:130c:b0:186:85c3:98af with SMTP id iy12-20020a170903130c00b0018685c398afmr20483629plb.101.1669356552880; Thu, 24 Nov 2022 22:09:12 -0800 (PST) MIME-Version: 1.0 References: <731a66e4-6572-4ee4-8ee4-77911cf89a5dn AT googlegroups DOT com> <946605db-6859-477d-8d3f-b1c196144396n AT googlegroups DOT com> <6b910715-b288-4114-a7b2-8649077fb330n AT googlegroups DOT com> In-Reply-To: <6b910715-b288-4114-a7b2-8649077fb330n@googlegroups.com> From: "Louis Santillan (lpsantil AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Thu, 24 Nov 2022 22:09:02 -0800 Message-ID: Subject: Re: coroutines for DJGPP? To: djgpp AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000056877805ee455ce0" Reply-To: djgpp AT delorie DOT com --00000000000056877805ee455ce0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Pthreads are not exactly the same thing as coroutines. https://en.m.wikipedia.org/wiki/Coroutine#Comparison_with On Thu, Nov 24, 2022 at 8:35 PM rugxulo (rugxulo AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > Hi, > > On Sunday, September 4, 2022 at 10:20:48 AM UTC-5, Louis Santillan > (lpsantil AT hates DOT spam) [via djgpp AT nospam DOT pls] wrote: > > I was going to suggest Simon Tatham=E2=80=99s regarded coroutine librar= y. > > > > https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html > > On Sat, Sep 3, 2022 at 7:50 AM janezz55 (jane DOT DOT DOT AT dont DOT spam) [via > dj DOT DOT DOT AT spam DOT 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 > > --00000000000056877805ee455ce0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Pthreads are not exactly the same thing as coroutines.=C2= =A0

=

On Thu, Nov 24, 2022 at 8:35 PM rugxulo (rugxulo AT gmail DOT com) [via djgpp AT del= orie.com> wrote:
Hi,

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

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

* https://www.delorie.com/pub/djgpp/curre= nt/v2tk/fpth314b.zip

--00000000000056877805ee455ce0--