Idris2/support
Stiopa Koltsov c4ed1395d9 Replace per signal counter with per signal flag
Operating system counter stores signals as flag set without counter.
So sending two signals to a process may result to one or two signal
handler invocation. Queueing signals inside Idris could give users
false sense of signals being are queue, while they are not.

In particular, test for signal could not work reliably for that
reason.

Also, practically we usually don't need have more than once signal
event.

This is follow-up to #1660. CC @mattpolzin
2021-07-16 11:31:53 +01:00
..
c Replace per signal counter with per signal flag 2021-07-16 11:31:53 +01:00
chez Merge pull request #1638 from stepancheg/idris2-time 2021-07-16 09:40:08 +01:00
docs [ docs ] Remove unnecessary newlines in HTML declaration lists 2021-05-06 14:38:55 +01:00
gambit Merge pull request #1638 from stepancheg/idris2-time 2021-07-16 09:40:08 +01:00
js [ refactor ] JS backend overhaul (#1609) 2021-07-10 11:15:21 +01:00
racket Merge pull request #1638 from stepancheg/idris2-time 2021-07-16 09:40:08 +01:00
refc Merge branch 'master' into refc-buffer 2021-07-16 09:44:40 +01:00