issues
search
clasp-developers
/
clasp
clasp Common Lisp environment
https://clasp-developers.github.io/
2.58k
stars
145
forks
source link
Interrupt
#1648
Closed
Bike
closed
1 week ago
Bike
commented
2 weeks ago
Makes interrupts a little nicer:
establishes them as conditions with their own hierarchy
mostly eliminates truly asynchronous interrupts from POSIX signals, which i don't think we could ever get right
makes threads interruptible if they're sleeping, waiting on a lock, etc.
Makes interrupts a little nicer: