* 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
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
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