Updating In Real Time

Aug 26, 2018 at 5:24pm
So programs pause when they're taking input.

How do I split the program into two processes, one that take inputs and the other that keeps working behind its back?

No, let me rephrase that.

What specific topic should I study to be able to do that?

Thanks.
Last edited on Aug 26, 2018 at 5:25pm
Aug 26, 2018 at 5:47pm
Aren't you looking for Multithreading?
Aug 26, 2018 at 8:17pm
Also inter-process communication, but you probably want multi-threading as hoogo stated.
Aug 27, 2018 at 5:17pm
Technically, async I/O (https://en.wikipedia.org/wiki/Asynchronous_I/O ) doesn't require multithreading or multiprocessing, but +1 to looking up multithreading as the most practical thing to do here.
Topic archived. No new replies allowed.