Jay Freeman (saurik)

Results 66 comments of Jay Freeman (saurik)

Huh. I can confirm that the Connect button doesn't do anything for me either. I'm using MetaMask with Firefox on Linux. I've poked some people and will follow up on...

Ok! So it turns out that that Connect button didn't do what you and I assumed it might, which led to some crossed wires in the communication. The idea is...

I am not sure from that documentation if channels are actually local to a thread... I feel like it means to say "even if" they are on one thread? But,...

@bgemmill (Thanks for linking to libcoro, btw; I am in the midst of actively trying to move my last few uses off from cppcoro to something else, and libcoro looks...

@klemens-morgenstern (Sorry this took so long for me to reply. I have had an "interesting" year.) So, the way I normally model an asynchronous mutex is that you don't _await_...

@klemens-morgenstern That can happen; but, this is a building block for a thread coordination primitive that is already dangerous--one that, even if used "correctly", can lead to deadlocks if used...