[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating a separate GUI thread for NS
From: |
Eli Zaretskii |
Subject: |
Re: Creating a separate GUI thread for NS |
Date: |
Mon, 29 Jan 2018 19:56:21 +0200 |
> From: Philipp Stephani <address@hidden>
> Date: Sun, 28 Jan 2018 17:00:53 +0000
> Cc: Alan Third <address@hidden>, address@hidden
>
> Could we switch signal processing to a simpler model, such as a background
> thread and sigwait?
How would that work with C-g on TTYs, which generates SIGINT, and
should eventually cause a longjmp to top level?
Same question regarding SIGIO, which is used on X-based systems for
input.