Profile avatar
jacko.io
jacko.io
14 posts 97 followers 48 following
Getting Started
comment in response to post
Not directly. I'd recommend spawning a waiter thread and having that thread send whatever async signal you need.
comment in response to post
The GitHub links? What URL do you end up trying to load?
comment in response to post
Do you know if the decision to get rid of "parameter reference optimization" will also fix aggregate assignment? github.com/ziglang/zig/...
comment in response to post
Here's my hour-long 😬 take on this question: youtu.be/OQTwvycftJU
comment in response to post
Glad to hear it! By the way, I'm currently on the job market, if you know anyone who might be a good fit?
comment in response to post
Knowing absolutely nothing about the context, that sounds a little fishy if it's working with an iterator, because `map` is "lazy". Any elements that you don't actually drive out of the iterator will never go through the `map` closure. `for_each` might be better?
comment in response to post
Means "again" in Japanese too.
comment in response to post
Did you get to the crashing example immediately below? Footnote 8 is also a more complicated example of thread switching overhead.
comment in response to post
They caught the candle!