Re: [Tutor] multiprocessing: getting data back from the processes

2019-07-23 Thread Oscar Benjamin
On Tue, 23 Jul 2019 at 00:29, Mats Wichmann wrote: > > I've got a scenario where I need to pass data in both directions of a > multiprocessing program. > So... what else should I be trying to make this a little cleaner? I think if possible it is best to set these things up as an acyclic

[Tutor] multiprocessing: getting data back from the processes

2019-07-22 Thread Mats Wichmann
Time for me to ask something... I've got a scenario where I need to pass data in both directions of a multiprocessing program. Specifically what I'm working with is a test runner from a homegrown testing harness (aside having nothing to do with the question: if it was me, I would build this