Paul Loyd

Results 95 comments of Paul Loyd

Yep, it's a case for blocking requests (`ctx.request(..).resolve().await`). But in the case of non-blocking requests, all responses are handled using a mailbox in the typical main loop, so there is...

It seems much better to write in `spawn_blocking` like in the dumper.

I'm sorry for not getting back to you sooner. An actor group cannot contain actors across multiple nodes, but each node can have a group with the same name and...

> found this one to be the best suited for my purpose Thank you for your interest in the project! Feel free to ask anything; I know that the documentation...

@qwfy Thanks for your thoughts! You mentioned common and essential issues in message-passing systems. On the rights of "just brainstorming" (so feel free to ignore it), I would like to...