Re: Run two processes in parallel

2015-03-29 Thread Thorsten Kampe
* Ian Kelly (Sun, 29 Mar 2015 03:13:31 -0600) > > On Sun, Mar 29, 2015 at 2:11 AM, Thorsten Kampe > wrote: > > > > I'd like to run two processes concurrently (either through a builtin > > module or a third-party). One is a "background" task and the other is > > displaying a spinner (for which I a

Re: Run two processes in parallel

2015-03-29 Thread Ian Kelly
On Sun, Mar 29, 2015 at 2:11 AM, Thorsten Kampe wrote: > Hi, > > I'd like to run two processes concurrently (either through a builtin > module or a third-party). One is a "background" task and the other is > displaying a spinner (for which I already found good packages). > > The two processes do n

Run two processes in parallel

2015-03-29 Thread Thorsten Kampe
Hi, I'd like to run two processes concurrently (either through a builtin module or a third-party). One is a "background" task and the other is displaying a spinner (for which I already found good packages). The two processes do not have to communicate with each other; only the second should be