Hi,
I've been looking through the various examples, but I can't get my head around
https://github.com/agent-substrate/substrate/tree/main/demos/claude-code-multiplexIt runs 2 Pods in a WorkerPool and 3 Actors. OK.
Each Actor effectively runs an
infinite loop, with sleep.
How does substrate know what Actor can be suspended to allow all 3 to multiplex across the 2 Pods? The documentation says Actors need to be explicitly suspended. The demo doesn't appear to suspend any of the Actors (that are running infinite loops).
I assume I've missed something obvious... but it's hurting my head :D
Thank-you,
Michael