Raphaël Thériault

Results 33 comments of Raphaël Thériault

Now that OnceLock is stable another possibility would be to use it instead but keep lazy_static as an optional feature for older compiler support

Just chiming in to show interest in the feature, not sure how to feel about the UDP implementation and method names though. Also I feel like it might make more...

Something like this ```rs // Operation could use up to 32 tokens limiter.acquire(32).await; // Future polled to completion // Operation performed but ended only using 24 tokens limiter.release(8); ```

I don't know whether this is something you'd want in this crate since it could be implemented on top of a simple method thay fills the bucket but a nice...

I'll give this a look later today, should be an easy fix. Cool seeing this used in Godot :D

I think I have a good idea what is happening, currently the action will silently skip creating the symlink if the directory already exists. Looks like GitHub forgot to remove...

The honest answer is that I genuinely have no idea why the issue arises and would need to dig into it more, but didn't have time for it during the...

I'm personally interested in this for the futex support in io_uring