Glauber Costa

Results 141 comments of Glauber Costa

Ok, I know why this happens. We keep a clone of the sleep notifier inside task, and there is a problem that we are aware of for a long time...

As a status update, I spent some time trying to fix this, but it is really hard because tasks often get destroyed under our nose. This brought me back to...

`miri` was used to find a simple bug in glommio, in a test that just created and destroyed an executor without doing anything. It would not run anything that did...

We'll need more info than that to get started. What exactly did you try ? CAn you be specific about how you started the example, and which curl command did...

See if you can run it locally first, and get `echo $?` to return 0, which I guess is how CI would test for this. The problem I had last...

Hi @waynexia How is this better than using ``` let x = file.read_dma_aligned(...); pin!(x); futures_lite::poll_fn(|cx|, x.poll(cx)); ``` I understand the above is obviously more code, but we don't expose a...

Can you post a concrete example where you had issues with this ? Storing the future, for example, very often can be done in the stack as long as you...

Timeouts are now implemented for sockets. The issue is still open because it is mostly an umbrella issue. There's still work to do, especially around Udp.

Hello @Suyash458 ! To the best of my knowledge there's no one working on this at the moment.