Opened 14 years ago

Closed 10 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 felix winkelmann

Owner: felix winkelmann deleted
Status: newassigned

comment:2 Changed 10 years ago by sjamaan

Resolution: worksforme
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.