srrrse
srrrse
I'm going to port tokio-timer and not tokio-signal or tokio-fs. Later, I think trying to solve the filesystem situation that led to tokio-fs without tying the impl to a specific...
The readme gives only a brief overview of the situation and I think it has mislead you about why finalizers are necessary. There's a lot of ways this proposal is...
@tinaun's crate looks great to me. :) It makes me wonder about what the boundary is for abstracting over different timer sources. tokio-timer provides two futures and two streams: delay,...
Implemented in https://github.com/withoutboats/shifgrethor/commit/17f18038bcf223f9314e5152d555c9ff640d9756
Yea, especially since these structs are not being constructed by users (and therefore don't need gnarly constructors) I was thinking making the fields private and providing getters/setters was the best...
It's become clear in more recent releases that liburing will keep modifying struct definitions based on C's flexibility. At the same time, these types appear in the public API of...
Ugh that's a shame. I've been trying to keep released versions of uring-sys pinned to specific release commits of liburing, was a patch commit released? I notice its been nearly...
Yea as I mentioned in #22, I'd like to pin to release commits of liburing. Fixing a bug I'd consider, but for new features I want to wait until axboe...
I'd like to re-open this issue, I think this is a bug and we should fix it. (Maybe we can talk about it in a cargo meeting). > I'd personally...
@alexcrichton That would be a problem, why isn't it sufficient to change how we match the dependency name against the index file to be neutral to underscores (e.g. retry if...