Photon v0.12.1 with 50% faster eventloop

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Aug 13 10:08:17 UTC 2025


On Wednesday, 13 August 2025 at 09:46:07 UTC, GL wrote:
> On Tuesday, 12 August 2025 at 14:14:04 UTC, Dmitry Olshansky 
> wrote:
>> That would be something I could look into. I think it should 
>> be easily fixable. Do you have some examples that fail?
>
> Hello!
> Shure:
>
> import zmqd;
>
>    zmqd.Context context;
>    zmqd.Socket rec;
>
>    context = Context();
>    rec = Socket(context, SocketType.pull);
>
> ----------
>
> Invalid argument (src/poll.cpp:159)
> Error Program exited with code -6

Cool, so it dies on poll. Since poll is intercepted by photon, 
there is something I failed to account for. Let's see if I can 
get it fixed.


More information about the Digitalmars-d-announce mailing list