Dmitry Olshansky

Results 36 comments of Dmitry Olshansky

Okay, I’ve been out for a while, will fix missing aliases shortly.

> @DmitryOlshansky What is the status of this PR? @RazvanN7 I'm trying to revive it. I think the codegen is fixed, now what's left is unittests depending on particular sets...

Autotester is not happy(

> version block styling issue or request for benchmark? I think benchmarking is more important and was your last intention.

Taken over by Rikki https://github.com/dlang/phobos/pull/8617

Done in multi-reactor branch. Basically the idea is that if some code shares a file descriptor between multiple threads/fibers there is aleady unavoidable race in polling the readiness. That means...

Truth be told sharing file descriptor is a common case with event object so need to rethink this simplification approach

Started elsewhere, see hedgehog repo

This should now be updated to use io_uring