Hello people from D-land.To summarise my problem: I have a program in the terminal (Posix) with two threads: one which my main program is run on, and a second one which polls input via `poll(...)` and `read(...)`.[...]
Thanks for the replies given! Will look into the options given :)