I don't understand your solution. There are dependencies between `CpuTask` and 
`IoTask`. Sure I could use channels for communication but then I'm left with 
blocking `recv` calls or some polling on `tryRecv` calls. That hardly solves 
anything.

Reply via email to