Opened 15 years ago
Closed 11 years ago
#110 closed defect (worksforme)
CHICKEN_interrupt() may not work in certain situations
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | 4.2.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
If the scheduler is currently running, then CHICKEN_interrupt()
is ineffective. This is unfortunate, since it provides an easy way to let native threads signal events to Scheme.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | felix winkelmann deleted |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Felix and I just looked through this and it seems to be working just fine. The interrupt handling has been overhauled during the 4.8.0 development cycle, so it might've been fixed by this overhaul without us being aware of it.