Bryan McCoid

Results 17 comments of Bryan McCoid

so is this going to be fixed? Otherwise I can take a stab at renaming it..

@HippoBaro - Hey can you post any/all of your benchmarks all together in one block, so it's easy to spot when people come across this thread? I will make other...

I would have never thought about using a pattern such as this.. I'm assuming there's some simplification going on and that's why it isn't striking me. The idea of just...

Work stealing is the approach used by all the other major rust async runtimes. That, in some ways, is the reason why I think there's massive advantage in not necessarily...

I would really love a solution for this.. I think it's valuable to have some instrumentation we can tap into akin to the logging/tracing facades. So how can we move...

Yeah cause I'm willing to do the leg work, but I did want some input on what we end up using/creating.. To clarify that I'm intending on working on this,...

Hey @rrichardson - I definitely want to implement this at some point. That said, it is VERY new and there might be a few other features that we want to...

It's tricky cause io_uring is so core to the crate, and you'd have to complete replace that stuff with whatever mac uses and it might be a very different model....

I don't know that it would be appropriate to have fallback support that wasn't asynchronous.. because what's the point then? I understand it won't be io_uring but there are definitely...

I agree I just don't see how effective it would even be to just call sync apis in an async runtime.. how that maps into this paradigm is a little...