Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.OS.MSDOS.DJGPP
  • coroutines for DJGPP?

    From janezz55@21:1/5 to All on Fri Sep 2 22:59:35 2022
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From janezz55@21:1/5 to All on Sat Sep 3 07:23:07 2022
    Apparently everything works out of the box. No additional library needs to be built. Amazing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [via [email protected]]" @21:1/5 to [email protected]] on Sun Sep 4 08:17:04 2022
    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 ([email protected]) [via [email protected]] <[email protected]> wrote:

    Apparently everything works out of the box. No additional library needs to
    be built. Amazing.


    <div dir="auto">I was going to suggest Simon Tatham’s regarded coroutine library.</div><div dir="auto"><br></div><div dir="auto"><div><a href="https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html">https://www.chiark.greenend.org.uk/~sgtatham/
    coroutines.html</a></div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 3, 2022 at 7:50 AM janezz55 (<a href="mailto:[email protected]">[email protected]</a>) [via <a href="mailto:[email protected]">djgpp@
    delorie.com</a>] &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Apparently everything works out of the box. No
    additional library needs to be built. Amazing.<br>
    </blockquote></div></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rugxulo@21:1/5 to [email protected]] on Wed Sep 21 14:52:55 2022
    Hi,

    On Sunday, September 4, 2022 at 10:20:48 AM UTC-5, Louis Santillan ([email protected]) [via [email protected]] 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 ([email protected]) [via [email protected]] <[email protected]> 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [via [email protected]]" @21:1/5 to [email protected]] on Thu Nov 24 22:09:02 2022
    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 ([email protected]) [via [email protected]] <[email protected]> wrote:

    Hi,

    On Sunday, September 4, 2022 at 10:20:48 AM UTC-5, Louis Santillan ([email protected]) [via [email protected]] 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 ([email protected]) [via
    [email protected]] <[email protected]> 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



    <div dir="auto">Pthreads are not exactly the same thing as coroutines. </div><div dir="auto"><br></div><div dir="auto"><div><a href="https://en.m.wikipedia.org/wiki/Coroutine#Comparison_with">https://en.m.wikipedia.org/wiki/Coroutine#Comparison_with</a><
    /div><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 24, 2022 at 8:35 PM rugxulo (<a href="mailto:[email protected]">[email protected]</a>) [via <a href="mailto:[email protected]">djgpp@
    delorie.com</a>] &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,
    204)">Hi,<br>

    On Sunday, September 4, 2022 at 10:20:48 AM UTC-5, Louis Santillan ([email protected]) [via [email protected]] wrote:<br>
    &gt; I was going to suggest Simon Tatham’s regarded coroutine library.<br> &gt; <br>
    &gt; <a href="https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html" rel="noreferrer" target="_blank">https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html</a><br>
    &gt; On Sat, Sep 3, 2022 at 7:50 AM janezz55 ([email protected]) [via [email protected]] &lt;[email protected]&gt; wrote:<br>
    &gt; Apparently everything works out of the box. No additional library needs to be built. Amazing.<br>

    What about Juan&#39;s updated 2017 port of FSU Pthreads?<br>

    * <a href="https://www.delorie.com/pub/djgpp/current/v2tk/fpth314b.zip" rel="noreferrer" target="_blank">https://www.delorie.com/pub/djgpp/current/v2tk/fpth314b.zip</a><br>

    </blockquote></div></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • Who's Online

  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 714
    Nodes: 16 (2 / 14)
    Uptime: 139:16:34
    Calls: 12,087
    Files: 14,998
    Messages: 6,517,410

© >>> Magnum BBS <<<, 2026