racket/racket
Matthew Flatt 9a3eb15d8b cs & thread: fix scheduler timer event in atomic mode
When the thread-scheduler timer fires while a thread is in atomic
mode, the thread could check for breaks even when it shouldn't. Worse,
if the atomic region was to implement terminating a thread, the path
to check for a break could end up ressurecting the thread from the
persspective of `thread-dead?`.
2020-11-18 04:10:06 -07:00
..
collects Fix mutator listing in struct-auto-info. 2020-11-16 12:42:07 -05:00
src cs & thread: fix scheduler timer event in atomic mode 2020-11-18 04:10:06 -07:00
.gitignore