Andras Slemmer
Andras Slemmer
Adding my thanks, this guide was extremely helpful in implementing a custom dns server. I particularly liked the progressive breakdown
Fair enough. Changed the title
Been thinking about this a bit more from a different angle: parametricity. Generics are a way to implement parametric polymorphism. Or in other words, functions whose "core" behaviours are invariant...
Ok so this clarifies question 1 somewhat, thank you! Looking at the examples in more detail however makes it even harder to understand what the intention of the proposal is....
So how would the keyword-generic version of `query_one` look like?
I have to say, without this feature this project is of little use. What am I supposed to learn from scheduler park latencies per task? How is this helping any...
Thank you this runtime dump does look useful! If it's fast enough perhaps there's a way to dump periodically and aggregate into some kind of `perf`-like output.
Hmm so had some time to experiment with `Handle.dump()`, unfortunately: 1. It's very slow, it essentially waits for a yield and re-polls the futures in a special mode (so it...
I've tried to go down the `tracing` rabbithole too in the past for a different reason (distributed tracing) but it was nearly impossible to get it working consistently (the tracing...
Same issue. For us it happened when manually restarting an alloc with a connect proxy sidecar