Blocking is less problematic is non concurrent workflow than parallel one. But still can happen.
What is your problem with my simple solution of having `goThread proc() = doCpuStuff()` ? Won't that use both parrallelism and concurrency simply ?
Blocking is less problematic is non concurrent workflow than parallel one. But still can happen.
What is your problem with my simple solution of having `goThread proc() = doCpuStuff()` ? Won't that use both parrallelism and concurrency simply ?