MiguelCastillo/workit

Allow worker processes to call invoke and get promises back

Opened this issue · 0 comments

This is to create parity between invoke in Pool and Invoke in Worker. Currently, Pool and Worker can talk to each other but only Pool gives a promise back that's resolved when the job is done. I want symmetry in Worker so that workers can schedule jobs in Pool and also get a promise back.