Can I get the execution status of a task in Amphp Parallel without calling await()?
I’m using Amphp Parallel. I want to create a task, submit it for execution, and be able to check the execution status without calling await().
I’m using Amphp Parallel. I want to create a task, submit it for execution, and be able to check the execution status without calling await().