delorie.com/archives/browse.cgi | search |
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> <CAB9Rao9N6bDo3giMj0mSciiCgdYvAsRLzXcEx_w89DARvuhWQg AT mail DOT gmail 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]" <djgpp AT delorie DOT com> |
Date: | Thu, 24 Nov 2022 22:09:02 -0800 |
Message-ID: | <CAB9Rao-hcraTL_zhqmm2dx_RuwEPs=tTbCV4r_NOj0MKjAfoBA@mail.gmail.com> |
Subject: | Re: coroutines for DJGPP? |
To: | djgpp AT delorie DOT com |
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] <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] <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 <div dir=3D"auto">Pthreads are not exactly the same thing as coroutines.=C2= =A0</div><div dir=3D"auto"><br></div><div dir=3D"auto"><div><a href=3D"http= s://en.m.wikipedia.org/wiki/Coroutine#Comparison_with">https://en.m.wikiped= ia.org/wiki/Coroutine#Comparison_with</a></div><br></div><div dir=3D"auto">= <br></div><div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gma= il_attr">On Thu, Nov 24, 2022 at 8:35 PM rugxulo (<a href=3D"mailto:rugxulo= @gmail.com">rugxulo AT gmail DOT com</a>) [via <a href=3D"mailto:djgpp AT delorie DOT com= ">djgpp AT delorie DOT com</a>] <<a href=3D"mailto:djgpp AT delorie DOT com">djgpp AT del= orie.com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D= "margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;pad= ding-left:1ex;border-left-color:rgb(204,204,204)">Hi,<br> <br> 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:<br> > I was going to suggest Simon Tatham=E2=80=99s regarded coroutine libra= ry.<br> > <br> > <a href=3D"https://www.chiark.greenend.org.uk/~sgtatham/coroutines.htm= l" rel=3D"noreferrer" target=3D"_blank">https://www.chiark.greenend.org.uk/= ~sgtatham/coroutines.html</a><br> > 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:<br> > Apparently everything works out of the box. No additional library need= s to be built. Amazing.<br> <br> What about Juan's updated 2017 port of FSU Pthreads?<br> <br> * <a href=3D"https://www.delorie.com/pub/djgpp/current/v2tk/fpth314b.zip" r= el=3D"noreferrer" target=3D"_blank">https://www.delorie.com/pub/djgpp/curre= nt/v2tk/fpth314b.zip</a><br> <br> </blockquote></div></div> --00000000000056877805ee455ce0--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |